fix completely broken gps plugin :D

This commit is contained in:
Ben Lebherz 2019-11-11 14:12:38 +01:00 committed by GitHub
parent c939af4248
commit 313fd66634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ class GPS(plugins.Plugin):
agent.run('set gps.device %s' % self.options['device'])
agent.run('set gps.speed %d' % self.options['speed'])
agent.run('gps on')
running = True
self.running = True
else:
logging.warning("no GPS detected")