예제 #1
0
 def startFactory(self, *args, **kwds):
     date = datetime.now().timetuple()[0:3]
     rotateDate = datetime(*date+self.getRotateTime())
     print "Setting initial rotation time now ..."
     self.lastRotation = rotateDate
     ClientFactory.startFactory(self, *args, **kwds)
예제 #2
0
파일: client.py 프로젝트: Fillerix99/lbry
 def startFactory(self):
     log.debug('Starting reflector factory')
     ClientFactory.startFactory(self)
예제 #3
0
파일: client.py 프로젝트: bitspill/lbry
 def startFactory(self):
     log.debug('Starting reflector factory')
     ClientFactory.startFactory(self)
예제 #4
0
 def startFactory(self, *args, **kwds):
     date = datetime.now().timetuple()[0:3]
     rotateDate = datetime(*date + self.getRotateTime())
     print "Setting initial rotation time now ..."
     self.lastRotation = rotateDate
     ClientFactory.startFactory(self, *args, **kwds)