예제 #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
예제 #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")
예제 #3
0
 def __init__(self, curl, selproxy, idx):
     AioRunner.__init__(self, curl, selproxy, idx)
예제 #4
0
 def __init__(self, a, b,c):
     AioRunner.__init__(self, a, b, c)
     self.baset = time.time()