diff --git a/python/swisscom-receiver.py b/python/swisscom-receiver.py index 65014c1..345ef1b 100644 --- a/python/swisscom-receiver.py +++ b/python/swisscom-receiver.py @@ -24,7 +24,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler): except UnicodeDecodeError: pass -f print("deveui/payload: {}:{}".format(deveui, payload)) + print("deveui/payload: {}:{}".format(deveui, payload)) # And insert into the db lorautil.db_insert_json("swisscom", post_data, payload, deveui)