Exemplo n.º 1
0
 def __init__(self, **kwargs):
     Controller.__init__(self, **kwargs)
     self.fromcsv()
Exemplo n.º 2
0
 def __init__(self, **kwargs):
     Controller.__init__(self, **kwargs)
     self.nsq()
Exemplo n.º 3
0
 def __init__(self, **kwargs):
     Controller.__init__(self, **kwargs)
     self.kafka()
Exemplo n.º 4
0
 def __init__(self, **kwargs):
     Controller.__init__(self,**kwargs)
     self.frombeanstalk()
Exemplo n.º 5
0
 def __init__(self, **kwargs):
     Controller.__init__(self, **kwargs)
     self.current_time = datetime.now()
     self.from_zone = tz.tzutc()
     self.to_zone = tz.tzlocal()
     self.latestupdate()
Exemplo n.º 6
0
 def __init__(self, **kwargs):
     Controller.__init__(self ,**kwargs)
     self.bot = Controller().bot_controller()
     self.updaters()