Browse Source

Fix indentation error

pull/74/head
Rapptz 9 years ago
parent
commit
b4dc9f4b62
  1. 2
      discord/client.py

2
discord/client.py

@ -135,7 +135,7 @@ class Client:
# These two events correspond to the two events necessary
# for a connection to be made
self._voice_data_found = asyncio.Event(loop=self.loop)
self._session_id_found = asyncio.Event(loop=self.loop)
self._session_id_found = asyncio.Event(loop=self.loop)
# internals

Loading…
Cancel
Save