Add new feature: pullpull #2
1 changed files with 7 additions and 0 deletions
7
order.py
7
order.py
|
@ -16,6 +16,13 @@ logging.debug("test project...")
|
||||||
|
|
||||||
denv = dotenv.load_dotenv("./.env")
|
denv = dotenv.load_dotenv("./.env")
|
||||||
|
|
||||||
|
'''
|
||||||
|
Here will coming
|
||||||
|
a new feature
|
||||||
|
or no
|
||||||
|
trying the pull request
|
||||||
|
'''
|
||||||
|
|
||||||
user_preferences={}
|
user_preferences={}
|
||||||
try:
|
try:
|
||||||
with open("preferences.json") as ff:
|
with open("preferences.json") as ff:
|
||||||
|
|
Loading…
Add table
Reference in a new issue