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

@@ -533,7 +533,7 @@ def process_plugin_events(db, plugin, pluginsState, plugEventsArr):
except Exception as e:
# Rollback the transaction in case of an error
conn.rollback()
mylog('none', ['[Plugins] SQL transaction error: ', e])
mylog('none', ['[Plugins] Error: ', e])
raise e
# Perform database table mapping if enabled for the plugin