fix completely broken gps plugin :D
This commit is contained in:
parent
c939af4248
commit
313fd66634
@ -27,7 +27,7 @@ class GPS(plugins.Plugin):
|
|||||||
agent.run('set gps.device %s' % self.options['device'])
|
agent.run('set gps.device %s' % self.options['device'])
|
||||||
agent.run('set gps.speed %d' % self.options['speed'])
|
agent.run('set gps.speed %d' % self.options['speed'])
|
||||||
agent.run('gps on')
|
agent.run('gps on')
|
||||||
running = True
|
self.running = True
|
||||||
else:
|
else:
|
||||||
logging.warning("no GPS detected")
|
logging.warning("no GPS detected")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user