attach favorites to logged in user

This commit is contained in:
cwilvx
2024-05-25 15:12:44 +03:00
parent 300c8eb30b
commit 0b8a5e92f5
14 changed files with 128 additions and 38 deletions
+3 -3
View File
@@ -78,9 +78,9 @@ class MyConfig(Jsoni):
name: str = "John"
# _configpath: str = "notconfig.json"
# @property
# def _configpath(self):
# return "notconfig.json"
@property
def _configpath(self):
return "notconfig.json"
config = MyConfig("notconfig.json")