Update last_pro_check also when all plugins are up to date

This commit is contained in:
Théophile Diot 2024-03-22 13:14:13 +00:00
parent 7ce2d5d010
commit 162aad86c0
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -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 = []