Merge pull request 'Add new feature: pullpull' (#2) from feature/pullpull into main
Reviewed-on: #2
This commit is contained in:
commit
a17f012d7f
2 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
# 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,6 +16,13 @@ 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