From d0096f9d675c4deb04981d91fe3645c4ea6dde05 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 5 May 2012 12:22:57 +0100 Subject: fixed serial bug --- tomorrowtheground.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tomorrowtheground.py') diff --git a/tomorrowtheground.py b/tomorrowtheground.py index 8ab6383..857ff8e 100755 --- a/tomorrowtheground.py +++ b/tomorrowtheground.py @@ -52,9 +52,8 @@ import gpspoller gpsp="" try: - if len(sys.argv)>1: - gpsp = GpsPoller(doc.gpsdevice) - gpsp.start() + gpsp = GpsPoller(doc.gpsdevice) + gpsp.start() except: print "gps device not found" -- cgit v1.2.3