1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-10 07:49:48 +00:00

Fix indentation error

This commit is contained in:
Rapptz 2015-12-29 13:58:02 -05:00
parent dd0bb3baa1
commit b4dc9f4b62

@ -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