mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -18,7 +18,7 @@ class GPS(plugins.Plugin):
|
|||||||
|
|
||||||
def on_ready(self, agent):
|
def on_ready(self, agent):
|
||||||
if os.path.exists(self.options['device']):
|
if os.path.exists(self.options['device']):
|
||||||
logging.info("enabling gps bettercap's module for %s" % self.options['device'])
|
logging.info("enabling bettercap's gps module for %s" % self.options['device'])
|
||||||
try:
|
try:
|
||||||
agent.run('gps off')
|
agent.run('gps off')
|
||||||
except:
|
except:
|
||||||
|
Reference in New Issue
Block a user