Add new feature: pullpull #2

Merged
theadam merged 2 commits from feature/pullpull into main 2025-01-11 17:39:35 +01:00
Showing only changes of commit f7034b1152 - Show all commits

View file

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