new feature
This commit is contained in:
parent
7ec7d8983a
commit
c616d0c09c
1 changed files with 7 additions and 0 deletions
7
order.py
7
order.py
|
@ -15,6 +15,13 @@ logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.DEBUG)
|
|||
|
||||
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