new feature

This commit is contained in:
theadam 2025-01-11 17:07:48 +01:00
parent 7ec7d8983a
commit c616d0c09c

View file

@ -15,6 +15,13 @@ logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.DEBUG)
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: