Devices view spinner #509🔃

This commit is contained in:
Jokob-sk
2023-12-16 16:33:01 +11:00
parent 57e6a330be
commit 90322c4747
4 changed files with 48 additions and 38 deletions

View File

@@ -750,6 +750,9 @@ def check_and_run_user_event(db, pluginsState):
pluginsState = handle_test(param, db, pluginsState)
if event == 'run':
pluginsState = handle_run(param, db, pluginsState)
if event == 'update_api':
# update API endpoints
update_api(db, False, param.split(','))
# Clear the log file
open(logFile, "w").close()