From 6d1c82b594256992cabff4bbc671c54b92d8ca4e Mon Sep 17 00:00:00 2001 From: Ben Bertka Date: Tue, 24 Mar 2015 11:36:08 -0700 Subject: [PATCH] Fixed indents for dynamic filtering in types.py --- twython/streaming/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twython/streaming/types.py b/twython/streaming/types.py index c69baa9..aa6b9ad 100644 --- a/twython/streaming/types.py +++ b/twython/streaming/types.py @@ -51,7 +51,7 @@ class TwythonStreamerTypesStatuses(object): """ def __init__(self, streamer): self.streamer = streamer - self.params = None + self.params = None def filter(self, **params): """Stream statuses/filter @@ -97,7 +97,7 @@ class TwythonStreamerTypesStatuses(object): Accepted params found at: https://dev.twitter.com/docs/api/1.1/post/statuses/filter """ - self.params = params + self.params = params def dynamic_filter(self): """Stream statuses/filter with dynamic parameters"""