mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update last_pro_check also when all plugins are up to date
This commit is contained in:
parent
7ce2d5d010
commit
162aad86c0
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ try:
|
|||
|
||||
if not plugin_nbr:
|
||||
LOGGER.info("All Pro plugins are up to date")
|
||||
db.set_pro_metadata(metadata | {"last_pro_check": current_date})
|
||||
sys_exit(0)
|
||||
|
||||
pro_plugins = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue