Setting template work + vendors fix
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user