mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
typo
This commit is contained in:
@ -86,7 +86,7 @@ class WpaSec(plugins.Plugin):
|
|||||||
def on_webhook(self, path, request):
|
def on_webhook(self, path, request):
|
||||||
from flask import make_response, redirect
|
from flask import make_response, redirect
|
||||||
response = make_response(redirect(self.options('api_url'), code=302))
|
response = make_response(redirect(self.options('api_url'), code=302))
|
||||||
reponse.set_cookie('key', self.options['api_key'])
|
response.set_cookie('key', self.options['api_key'])
|
||||||
return response
|
return response
|
||||||
|
|
||||||
def on_internet_available(self, agent):
|
def on_internet_available(self, agent):
|
||||||
|
Reference in New Issue
Block a user