Merge pull request from benleb/patch-2

shift word
This commit is contained in:
evilsocket 2019-11-12 11:39:16 +01:00 committed by GitHub
commit 4b9ebc2512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ class GPS(plugins.Plugin):
def on_ready(self, agent):
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:
agent.run('gps off')
except: