This commit is contained in:
bvn13 2024-07-19 00:53:16 +03:00
parent c3b2f2938a
commit 5ed0f9c4e7
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ if __name__ == "__main__":
def scheduled():
schedule = Scheduler()
# schedule.cyclic(dt.timedelta(seconds=10), shkolniy_weather_job)
schedule.daily(dt.time(hour=0, minute=24), shkolniy_weather_job)
schedule.daily(dt.time(hour=7, minute=0), shkolniy_weather_job)
while True:
schedule.exec_jobs()
time.sleep(1)

View File

@ -1 +1 @@
0.2.1
0.2.2