update requirements
parent
7641a9d130
commit
b6b080fedf
3
bot.py
3
bot.py
|
|
@ -71,8 +71,9 @@ def post_plot(config):
|
|||
print(r)
|
||||
|
||||
def setup(config):
|
||||
schedule.every(30).seconds.do(lambda: post_plot(config))
|
||||
#schedule.every(30).seconds.do(lambda: post_plot(config))
|
||||
#schedule.every().week.do(post_plot)
|
||||
schedule.every().day.do(lambda: post_plot(config))
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(description="DoorStateBot")
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
requests
|
||||
schedule
|
||||
requests==2.18.4
|
||||
schedule==0.4.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue