Fixed indents for dynamic filtering in types.py
This commit is contained in:
parent
e0a2dfbbb0
commit
6d1c82b594
1 changed files with 2 additions and 2 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue