mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-10 14:11:23 +08:00
Fxi the 'i am tired' missing variable init for task creation
This commit is contained in:
parent
b4cadddd7f
commit
56c2f956d1
1 changed files with 8 additions and 5 deletions
|
|
@ -2276,6 +2276,9 @@ Google Cloud storage: GOOGLE_PROJECT_ID GOOGLE_APPLICATION_CREDENTIALS\n\
|
|||
"create_housekeeping_daily_task",
|
||||
):
|
||||
try:
|
||||
interval = None
|
||||
hour = None
|
||||
minute = None
|
||||
if event == "create_housekeeping_daily_task":
|
||||
type = "housekeeping"
|
||||
hour = values["scheduled_housekeeping_task_hour"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue