Notification rework v0.3

This commit is contained in:
Jokob-sk
2023-10-07 13:00:28 +11:00
parent eb7b7b57ab
commit 695f1593c6
18 changed files with 351 additions and 199 deletions

View File

@@ -613,13 +613,13 @@ def initOrSetParam(db, parID, parValue):
db.commitDB()
#-------------------------------------------------------------------------------
class json_struc:
class json_obj:
def __init__(self, jsn, columnNames):
self.json = jsn
self.columnNames = columnNames
#-------------------------------------------------------------------------------
class noti_struc:
class noti_obj:
def __init__(self, json, text, html):
self.json = json
self.text = text