new feature

This commit is contained in:
theadam 2025-01-11 17:07:48 +01:00
parent fb2ad65c0b
commit a3565a5793

View file

@ -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: