Example #1
0
 def __init__(self, bootstrap):
     self.proxy = ClientProxy(bootstrap)
Example #2
0
 def __init__(self, bootstrap):
     self.proxy = ClientProxy(bootstrap, token='None')
Example #3
0
 def __init__(self, bootstrap, timeout=60, debug=False, token=None):
     self.proxy = ClientProxy(bootstrap, timeout, debug, token)