fix late start

This commit is contained in:
mungai-njoroge 2023-11-26 20:15:24 +03:00
parent c0a5dc3d27
commit d069c3bbf3
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,6 @@ def get_artist_image_link(artist: str):
try:
data = response.json()
except requests.exceptions.JSONDecodeError:
print(f"Failed to decode json for {artist}")
return None
for res in data["data"]:

View File

@ -85,6 +85,7 @@ def start_watchdog():
WatchDog().run()
@background
def run_swingmusic():
Keys.load()
HandleArgs()