Browse Source

Fix a Python3 compatibility

pull/53/head
Alex 8 years ago
parent
commit
905984b96d
  1. 2
      disco/voice/queue.py

2
disco/voice/queue.py

@ -48,3 +48,5 @@ class PlayableQueue(BaseQueue):
def __nonzero__(self): def __nonzero__(self):
return True return True
__bool__ = __nonzero__

Loading…
Cancel
Save