We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321be65 commit f908453Copy full SHA for f908453
1 file changed
src/satosa/frontends/ping.py
@@ -15,8 +15,8 @@ class PingFrontend(satosa.frontends.base.FrontendModule):
15
200 OK, intended to be used as a simple heartbeat monitor.
16
"""
17
18
- def __init__(self, auth_req_callback_func, internal_attributes, config, base_url, name):
19
- super().__init__(auth_req_callback_func, internal_attributes, base_url, name)
+ def __init__(self, auth_req_callback_func, logout_callback_func, internal_attributes, config, base_url, name):
+ super().__init__(auth_req_callback_func, logout_callback_func, internal_attributes, base_url, name)
20
21
self.config = config
22
0 commit comments