Merge pull request from benleb/patch-1

fix completely broken gps plugin
This commit is contained in:
evilsocket 2019-11-11 17:36:12 +01:00 committed by GitHub
commit e87bcc4744
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")