mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
attach favorites to logged in user
This commit is contained in:
+3
-3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user