mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-13 23:50:12 +00:00
reset schedule hour to 0
This commit is contained in:
parent
d8810397a7
commit
ad71395289
@ -17,7 +17,7 @@ scheduler.add_job(
|
||||
trigger="cron",
|
||||
day="*",
|
||||
hour="*",
|
||||
minute="2",
|
||||
minute="0",
|
||||
name="docker_backup",
|
||||
)
|
||||
scheduler.start()
|
||||
|
Loading…
Reference in New Issue
Block a user