added threading for the lyrics download for speed

added update print to console if updated
This commit is contained in:
Brandon4466
2023-02-10 22:57:12 -08:00
parent dcd2fc068f
commit c18594855e
27 changed files with 2245 additions and 25 deletions

View File

@@ -15,4 +15,5 @@ try:
zipObj.extractall()
except urllib.error.HTTPError:
pass
exec(open('program-embedded.py').read())
exec(open('spotifycontroller.py').read())