Module method
This commit is contained in:
parent
aaea16fccd
commit
3ae889d5a2
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ def db_insert_json(provider, data, payload='', deveui=''):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.error("DB Insert failed: %s" % e)
|
log.error("DB Insert failed: %s" % e)
|
||||||
|
|
||||||
def jsonToDict(self, data):
|
def jsonToDict(data):
|
||||||
return json.loads(data)
|
return json.loads(data)
|
||||||
|
|
Loading…
Add table
Reference in a new issue