Compare commits
No commits in common. "e91d2948d1342b46e1a04010fc85f786ace09918" and "4930d78ac26506bbe69841947222356e6f5badf9" have entirely different histories.
e91d2948d1
...
4930d78ac2
1
bot.py
1
bot.py
|
|
@ -82,6 +82,7 @@ def post_plot(config):
|
||||||
|
|
||||||
def setup(config):
|
def setup(config):
|
||||||
schedule.every(config['photo_interval']).seconds.do(lambda: post_plot(config))
|
schedule.every(config['photo_interval']).seconds.do(lambda: post_plot(config))
|
||||||
|
#schedule.every().week.do(post_plot)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
parser = argparse.ArgumentParser(description="DoorStateBot")
|
parser = argparse.ArgumentParser(description="DoorStateBot")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue