diff --git a/pwnagotchi/plugins/default/gdrivesync.py b/pwnagotchi/plugins/default/gdrivesync.py index a8f48913..3394e5fe 100644 --- a/pwnagotchi/plugins/default/gdrivesync.py +++ b/pwnagotchi/plugins/default/gdrivesync.py @@ -171,7 +171,7 @@ class GdriveSync(plugins.Plugin): """ self.internet = True - def on_handshake(self, agent): + def on_handshake(self, agent, filename, access_point, client_station): display = agent.view() if not self.ready and not self.internet: return