diff --git a/order.py b/order.py index cbced25..25d5cc9 100644 --- a/order.py +++ b/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: