From fa36a449e9d33e60cf6b15b58378453870fd33f0 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 12 Jun 2016 13:57:05 -0400 Subject: Change HTTPException to only take a single parameter. --- discord/client.py | 1 - 1 file changed, 1 deletion(-) (limited to 'discord/client.py') diff --git a/discord/client.py b/discord/client.py index e4c9b247..7f3118f0 100644 --- a/discord/client.py +++ b/discord/client.py @@ -391,7 +391,6 @@ class Client: else: raise TypeError('login() takes 1 or 2 positional arguments but {} were given'.format(n)) - @asyncio.coroutine def logout(self): """|coro| -- cgit v1.2.3