Merge branch 'dev' of github.com:bunkerity/bunkerweb into dev

This commit is contained in:
florian 2024-03-16 09:53:09 +01:00
commit 7c6cbbea9e
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -119,7 +119,6 @@ try:
"pro_status": "invalid",
"pro_overlapped": False,
"pro_services": 0,
"last_pro_check": current_date,
}
metadata = {}
error = False
@ -280,7 +279,9 @@ try:
if err:
LOGGER.error(f"Couldn't update Pro plugins to database: {err}")
sys_exit(2)
db.set_pro_metadata(metadata | {"last_pro_check": current_date})
status = 1
LOGGER.info("🚀 Pro plugins downloaded and installed successfully!")
except SystemExit as e: