fix typo
authorDan White <dan@whiteaudio.com>
Fri, 5 May 2017 20:02:30 +0000 (15:02 -0500)
committerDan White <dan@whiteaudio.com>
Fri, 5 May 2017 20:02:30 +0000 (15:02 -0500)
decode-to-json.py

index f525d0e520a448237aaa00a534521ac75a85b519..ee62d3418da9b861f5e7ae0109c6f77262be58f7 100755 (executable)
@@ -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,