Skip to content

Commit

Permalink
forgot to start thread
Browse files Browse the repository at this point in the history
  • Loading branch information
onemanbuilds committed Oct 7, 2020
1 parent 6917d2e commit 56a26b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ def SpotifyCreator(method):
lock = Lock()
while True:
lock.acquire()
Thread(target=SpotifyCreator(method))
Thread(target=SpotifyCreator(method)).start()
lock.release()

0 comments on commit 56a26b4

Please sign in to comment.