Ejemplo n.º 1
0
 def __init__(self, plugin):
     CronEvent.__init__(self, plugin)
Ejemplo n.º 2
0
 def __init__(self, plugin):
     CronEvent.__init__(self, plugin)
Ejemplo n.º 3
0
 def __init__(self, bot, filename):
     CronEvent.__init__(self, None)
     self.filename = filename
     self.bot = bot
Ejemplo n.º 4
0
 def __init__(self, bot, filename):
     CronEvent.__init__(self, None)
     self.filename = filename
     self.bot = bot
Ejemplo n.º 5
0
 def __init__(self, plugin, user):
     CronEvent.__init__(self, plugin)
     self.user = user
     self.previous_tweet = None
Ejemplo n.º 6
0
 def __init__(self, plugin):
     CronEvent.__init__(self, plugin)
     self.period = timedelta(seconds=1)
Ejemplo n.º 7
0
 def __init__(self, plugin):
     CronEvent.__init__(self, plugin)
     self.period = timedelta(seconds=1)