From 02fb35651dd253254ff22c51c591d1bd0c9cf807 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sat, 4 Apr 2020 16:21:59 -0700 Subject: [PATCH] Fixes #530, bump version to 3.8.2 --- setup.py | 2 +- twython/streaming/api.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ff6dee8b..3742f24b 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from distutils.core import setup __author__ = 'Ryan McGrath ' -__version__ = '3.8.1' +__version__ = '3.8.2' packages = [ 'twython', diff --git a/twython/streaming/api.py b/twython/streaming/api.py index dd4ae897..6073abbe 100644 --- a/twython/streaming/api.py +++ b/twython/streaming/api.py @@ -86,8 +86,6 @@ def __init__(self, app_key, app_secret, oauth_token, oauth_token_secret, # Set up type methods StreamTypes = TwythonStreamerTypes(self) self.statuses = StreamTypes.statuses - self.user = StreamTypes.user - self.site = StreamTypes.site self.connected = False