Compare commits
No commits in common. "81b239c1ea77c113c96e7124203423de1bb7ee9f" and "6ac0b5444ada06918e047a3cd5ea1648781e2a65" have entirely different histories.
81b239c1ea
...
6ac0b5444a
2 changed files with 0 additions and 10 deletions
|
@ -1,7 +1,4 @@
|
|||
# OVH ECO auto order
|
||||
## pullpull feature
|
||||
|
||||
This feature demonstrates the result about can I use the pull requests feature in GIT.
|
||||
|
||||
## Purpose of this repo
|
||||
|
||||
|
|
7
order.py
7
order.py
|
@ -16,13 +16,6 @@ logging.debug("test project...")
|
|||
|
||||
denv = dotenv.load_dotenv("./.env")
|
||||
|
||||
'''
|
||||
Here will coming
|
||||
a new feature
|
||||
or no
|
||||
trying the pull request
|
||||
'''
|
||||
|
||||
user_preferences={}
|
||||
try:
|
||||
with open("preferences.json") as ff:
|
||||
|
|
Loading…
Add table
Reference in a new issue