Renamed sub for readability

This commit is contained in:
Ingo Ratsdorf
2025-09-16 07:49:17 +12:00
parent 750fb33e1c
commit 8cbfd04db6
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ def main ():
notification.clearPendingEmailFlag() notification.clearPendingEmailFlag()
else: else:
notification.clearPluginObjects() notification.clearPluginEvents()
mylog('verbose', ['[Notification] No changes to report']) mylog('verbose', ['[Notification] No changes to report'])
# Commit SQL # Commit SQL

View File

@@ -283,7 +283,7 @@ class NotificationInstance:
self.save() self.save()
def clearPluginObjects(self): def clearPluginEvents(self):
# clear plugin events # clear plugin events
self.db.sql.execute("DELETE FROM Plugins_Events") self.db.sql.execute("DELETE FROM Plugins_Events")
self.save() self.save()