Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Apr 19, 2020
1 parent c2f9860 commit e927511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnagotchi/plugins/default/wpa-sec.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def on_loaded(self):

def on_webhook(self, path, request):
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))
response.set_cookie('key', self.options['api_key'])
return response

Expand Down

0 comments on commit e927511

Please sign in to comment.