reset schedule hour to 0

This commit is contained in:
simon 2022-06-06 16:17:13 +07:00
parent d8810397a7
commit ad71395289
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ scheduler.add_job(
trigger="cron",
day="*",
hour="*",
minute="2",
minute="0",
name="docker_backup",
)
scheduler.start()