We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83e71b commit f52874dCopy full SHA for f52874d
1 file changed
flask_authz/casbin_enforcer.py
@@ -16,7 +16,7 @@ class CasbinEnforcer:
16
17
e = None
18
19
- def __init__(self, app, adapter, watcher=None):
+ def __init__(self, app=None, adapter=None, watcher=None):
20
"""
21
Args:
22
app (object): Flask App object to get Casbin Model
0 commit comments