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