Also SAVE the actual values into the DB

This commit is contained in:
Nico Schottelius 2016-10-20 11:00:11 +02:00
parent 60bcacf048
commit e26e4d49ca
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler):
print("{}:{}".format(deveui, payload))
# And insert into the db
self.insert_json("swisscom", post_data)
self.insert_json("swisscom", post_data, payload, deveui)
# Sendo to dashboard
# self.to_dashboard(post_data)