From b4dc9f4b629d1d10527ff298b103eef81a0cd8c9 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 29 Dec 2015 13:58:02 -0500 Subject: [PATCH] Fix indentation error --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 82d1e3aab..6d3956c63 100644 --- a/discord/client.py +++ b/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