Compare commits

..

No commits in common. "e91d2948d1342b46e1a04010fc85f786ace09918" and "4930d78ac26506bbe69841947222356e6f5badf9" have entirely different histories.

1 changed files with 1 additions and 0 deletions

1
bot.py
View File

@ -82,6 +82,7 @@ def post_plot(config):
def setup(config):
schedule.every(config['photo_interval']).seconds.do(lambda: post_plot(config))
#schedule.every().week.do(post_plot)
if __name__ == "__main__":
parser = argparse.ArgumentParser(description="DoorStateBot")