-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi ,
By following the "subscribe" function example ,
#>>> import pprint from pprint
#>>> S = firebase.subscriber(URL, pprint)
and after i executed
#>>> S.start()
the follow errors show up ,
#>>> Exception in thread Thread-242:
Traceback (most recent call last):
File "/usr/local/python/2.7.9//Versions/2.7/lib/python2.7/threading.py", line 810, inr
self.run()
File "firebase.py", line 44, in run
self.sse = ClosableSSEClient(self.URL)
File "firebase.py", line 16, in init
super(ClosableSSEClient, self).init(*args, **kwargs)
TypeError: init() takes at least 4 arguments (2 given)
Can any one please advice ?
thanks.
Metadata
Metadata
Assignees
Labels
No labels