1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Correct syntax error

This commit is contained in:
phxntxm 2017-06-11 13:03:34 -05:00
parent 1956d6e5c1
commit 14d6cc5e20

View file

@ -350,7 +350,7 @@ class Music:
pass
return True
# If we time out trying to join, just let them know and return False
except (asyncio.TimeoutError, OSError):
except (asyncio.TimeoutError, OSError):
if msg:
try:
await msg.edit(content="Sorry, but I couldn't connect right now! Please try again later")