Fix typo
This commit is contained in:
parent
54a50e8850
commit
cdc2497079
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler):
|
||||||
except UnicodeDecodeError:
|
except UnicodeDecodeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
f print("deveui/payload: {}:{}".format(deveui, payload))
|
print("deveui/payload: {}:{}".format(deveui, payload))
|
||||||
|
|
||||||
# And insert into the db
|
# And insert into the db
|
||||||
lorautil.db_insert_json("swisscom", post_data, payload, deveui)
|
lorautil.db_insert_json("swisscom", post_data, payload, deveui)
|
||||||
|
|
Loading…
Reference in a new issue