There was an error while loading. Please reload this page.
1 parent e0a14e5 commit c64f40eCopy full SHA for c64f40e
1 file changed
app/config.py
@@ -48,8 +48,8 @@ class UserConfig:
48
49
# plugins
50
enablePlugins: bool = True
51
- lastfmApiKey: str = "5e5306fbf3e8e3bc92f039b6c6c4bd4e"
52
- lastfmApiSecret: str = "0553005e93f9a4b4819d835182181806"
+ lastfmApiKey: str = "0553005e93f9a4b4819d835182181806"
+ lastfmApiSecret: str = "5e5306fbf3e8e3bc92f039b6c6c4bd4e"
53
lastfmSessionKeys: dict[str, str] = field(default_factory=dict)
54
55
def __post_init__(self):
0 commit comments