mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
switch api keys
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@ class UserConfig:
|
|||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
enablePlugins: bool = True
|
enablePlugins: bool = True
|
||||||
lastfmApiKey: str = "5e5306fbf3e8e3bc92f039b6c6c4bd4e"
|
lastfmApiKey: str = "0553005e93f9a4b4819d835182181806"
|
||||||
lastfmApiSecret: str = "0553005e93f9a4b4819d835182181806"
|
lastfmApiSecret: str = "5e5306fbf3e8e3bc92f039b6c6c4bd4e"
|
||||||
lastfmSessionKeys: dict[str, str] = field(default_factory=dict)
|
lastfmSessionKeys: dict[str, str] = field(default_factory=dict)
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user