From 7f2486a5e489bee67c3adf0d1f8b670d6750c189 Mon Sep 17 00:00:00 2001 From: Dan White Date: Fri, 5 May 2017 15:02:30 -0500 Subject: [PATCH] fix typo --- decode-to-json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode-to-json.py b/decode-to-json.py index f525d0e..ee62d34 100755 --- a/decode-to-json.py +++ b/decode-to-json.py @@ -51,7 +51,7 @@ for line in fileinput.input(): # only accept lines that have 8 (space-separated) fields if len(fields) == 8: (gatewayIP, - databaseTimestanp, + databaseTimestamp, gatewayTimestamp, radioFrequency, RSSI, -- 2.25.1