script/lib/tweetstream/tweetstream/deprecated.py
changeset 14 10e7a0c7c64f
parent 13 79b6e132e3d7
child 527 80e5b9543cac
--- a/script/lib/tweetstream/tweetstream/deprecated.py	Fri Jul 01 10:15:32 2011 +0200
+++ b/script/lib/tweetstream/tweetstream/deprecated.py	Mon Feb 20 00:12:16 2012 +0100
@@ -13,12 +13,12 @@
 
 
 class TrackStream(DeprecatedStream):
-    def __init__(self, username, password, track, catchup=None, url=None):
+    def __init__(self, username, password, track, catchup=None, url=None, slow=False):
         super(TrackStream, self).__init__(username, password, track=track, catchup=catchup, url=url)
 
 
 class LocationStream(DeprecatedStream):
-    def __init__(self, username, password, locations, catchup=None, url=None):
+    def __init__(self, username, password, locations, catchup=None, url=None, slow=False):
         super(LocationStream, self).__init__(username, password, locations=locations, catchup=catchup, url=url)