Exemple #1
0
 def __init__(self, a, b, c):
     AioRunner.__init__(self, a, b, c)
     self.baset = time.time()
     self.dstfile = open("corp_name.txt", "a+b")
     self.failfile = open("corp_fail.txt", "a+b")
     self.__jsl_clearance = None
     self.__jsluid = None
Exemple #2
0
 def __init__(self, a, b, c):
     AioRunner.__init__(self, a, b, c)
     self.baset = time.time()
     self.dstfile = open("corp_name.txt", "a+b")
     self.failfile = open("corp_fail.txt", "a+b")
Exemple #3
0
 def __init__(self, curl, selproxy, idx):
     AioRunner.__init__(self, curl, selproxy, idx)
Exemple #4
0
 def __init__(self, a, b,c):
     AioRunner.__init__(self, a, b, c)
     self.baset = time.time()