mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Events, CurrentScan, pluginsState, APPRISE work
This commit is contained in:
@@ -23,6 +23,7 @@ class plugins_state:
|
||||
def run_plugin_scripts(db, runType, pluginsState = None):
|
||||
|
||||
if pluginsState == None:
|
||||
mylog('debug', ['[Plugins] pluginsState initialized '])
|
||||
pluginsState = plugins_state()
|
||||
|
||||
# Header
|
||||
@@ -615,8 +616,6 @@ def process_plugin_events(db, plugin, pluginsState):
|
||||
|
||||
db.commitDB()
|
||||
|
||||
|
||||
|
||||
return pluginsState
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user