mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
modify Dockerfile
+ add special instructions for @volcs0 for debugging
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ class HandleArgs:
|
||||
Runs Pyinstaller.
|
||||
"""
|
||||
# get last.fm api key from env
|
||||
last_fm_key = os.environ.get("LASTFM_API_KEY")
|
||||
last_fm_key = settings.Keys.LASTFM_API
|
||||
|
||||
# if the key is not in env, exit
|
||||
if not last_fm_key:
|
||||
|
||||
Reference in New Issue
Block a user