mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fix gdrivesync.py
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -171,7 +171,7 @@ class GdriveSync(plugins.Plugin):
|
|||||||
"""
|
"""
|
||||||
self.internet = True
|
self.internet = True
|
||||||
|
|
||||||
def on_handshake(self, agent):
|
def on_handshake(self, agent, filename, access_point, client_station):
|
||||||
display = agent.view()
|
display = agent.view()
|
||||||
if not self.ready and not self.internet:
|
if not self.ready and not self.internet:
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user