summaryrefslogtreecommitdiff
path: root/tomorrowtheground.py
diff options
context:
space:
mode:
Diffstat (limited to 'tomorrowtheground.py')
-rwxr-xr-xtomorrowtheground.py5
1 files changed, 2 insertions, 3 deletions
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"