breakup plugins.py

This commit is contained in:
Jokob-sk
2023-08-23 09:32:46 +10:00
parent 908789230b
commit 2239aa6c25
5 changed files with 14 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ def main ():
conf.plugins_once_run = True
# check if there is a front end initiated event which needs to be executed
check_and_run_event(db)
pluginsState = check_and_run_event(db, pluginsState)
# Update API endpoints
update_api(db)