Changed update so it doesn't retry to fast
Refactored code
This commit is contained in:
6
handler.py
Normal file
6
handler.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def handler():
|
||||
try:
|
||||
exec(open('spotifycontroller.py').read())
|
||||
except:
|
||||
print("An error has ocurred, reestablishing the application now.")
|
||||
exec(open('spotifycontroller.py').read())
|
||||
Reference in New Issue
Block a user