Fix lints.

This commit is contained in:
Matthew Stratford 2021-11-02 23:02:09 +00:00
parent c475dbb5d5
commit 65944e59b3
2 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ for i in names:
print(mixer.get_init())
mixer.music.load("/home/mstratford/Downloads/managed_play.mp3")
mixer.music.play()
#my_song = mixer.Sound("/home/mstratford/Downloads/managed_play.mp3")
#my_song.play()
# my_song = mixer.Sound("/home/mstratford/Downloads/managed_play.mp3")
# my_song.play()
time.sleep(5)
pygame.quit()

View file

@ -553,5 +553,5 @@ def WebServer(player_to: List[Queue], player_from: List[Queue], state: StateMana
if app:
app.stop()
del app
except:
except Exception:
pass