Commit cd6577a2 by Corey Koval

Minor Tweak

parent 794140d7
...@@ -54,7 +54,7 @@ class receiver: ...@@ -54,7 +54,7 @@ class receiver:
self.confidence = int(xml_conf.text) self.confidence = int(xml_conf.text)
except: except:
print("Problem connecting to receiver.") print("Problem connecting to receiver.")
quit() pass
latitude = 0.0 latitude = 0.0
longitude = 0.0 longitude = 0.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment