yes.
This commit is contained in:
parent
66ed4df59f
commit
905c750cc3
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -66,7 +66,7 @@ def get_track():
|
||||||
global is_playing
|
global is_playing
|
||||||
is_playing = track['is_playing']
|
is_playing = track['is_playing']
|
||||||
global song_name
|
global song_name
|
||||||
if track is None:
|
if track is None:
|
||||||
return
|
return
|
||||||
song_name = track['item']['name']
|
song_name = track['item']['name']
|
||||||
global artist_name
|
global artist_name
|
||||||
|
|
Loading…
Reference in a new issue