Update paw-gps.py
This commit is contained in:
parent
6e1490da78
commit
56cc872daa
@ -24,7 +24,7 @@ class PawGPS(plugins.Plugin):
|
|||||||
if 'ip' not in self.options or ('ip' in self.options and self.options['ip'] is None):
|
if 'ip' not in self.options or ('ip' in self.options and self.options['ip'] is None):
|
||||||
ip = "192.168.44.1:8080"
|
ip = "192.168.44.1:8080"
|
||||||
else:
|
else:
|
||||||
ip = self.options['ip]
|
ip = self.options['ip']
|
||||||
|
|
||||||
gps = requests.get('http://' + ip + '/gps.xhtml')
|
gps = requests.get('http://' + ip + '/gps.xhtml')
|
||||||
gps_filename = filename.replace('.pcap', '.gps.json')
|
gps_filename = filename.replace('.pcap', '.gps.json')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user