v2.1.6 build

This commit is contained in:
s0md3v
2022-09-11 02:57:13 +05:30
parent 01c755d9c2
commit 14da1394a7
8 changed files with 50 additions and 16 deletions

View File

@@ -122,6 +122,8 @@ def get_params(include):
if include.startswith('{'):
try:
params = json.loads(str(include).replace('\'', '"'))
if type(params) != dict:
return {}
return params
except json.decoder.JSONDecodeError:
return {}