Skip to content

Commit c64f40e

Browse files
committed
switch api keys
1 parent e0a14e5 commit c64f40e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class UserConfig:
4848

4949
# plugins
5050
enablePlugins: bool = True
51-
lastfmApiKey: str = "5e5306fbf3e8e3bc92f039b6c6c4bd4e"
52-
lastfmApiSecret: str = "0553005e93f9a4b4819d835182181806"
51+
lastfmApiKey: str = "0553005e93f9a4b4819d835182181806"
52+
lastfmApiSecret: str = "5e5306fbf3e8e3bc92f039b6c6c4bd4e"
5353
lastfmSessionKeys: dict[str, str] = field(default_factory=dict)
5454

5555
def __post_init__(self):

0 commit comments

Comments
 (0)