typo
This commit is contained in:
parent
c2f9860bc5
commit
e92751164f
@ -85,7 +85,7 @@ class WpaSec(plugins.Plugin):
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user