mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-08 13:11:50 +08:00
Fix typo
This commit is contained in:
parent
5cab0c78d2
commit
3d970748fd
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ This is free software, and you are welcome to redistribute it under certain cond
|
||||||
except KeyError:
|
except KeyError:
|
||||||
auto_upgrade = True
|
auto_upgrade = True
|
||||||
try:
|
try:
|
||||||
auto_upgrade_interval = config_dict["options"]["ainterval"]
|
auto_upgrade_interval = config_dict["options"]["interval"]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
auto_upgrade_interval = 10
|
auto_upgrade_interval = 10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue