Setting template work + vendors fix

This commit is contained in:
Jokob-sk
2023-08-05 09:37:32 +10:00
parent 4fbaccc0f2
commit d5f8cdda7d
7 changed files with 115 additions and 51 deletions

View File

@@ -336,4 +336,8 @@ class noti_struc:
def __init__(self, json, text, html):
self.json = json
self.text = text
self.html = html
self.html = html
#-------------------------------------------------------------------------------
def isJsonObject(value):
return isinstance(value, dict)