diff --git a/src/main.py b/src/main.py index 7bf5b82..a85b048 100644 --- a/src/main.py +++ b/src/main.py @@ -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) diff --git a/version b/version index 7dff5b8..f477849 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.2 \ No newline at end of file