We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac768ce commit 8a8e346Copy full SHA for 8a8e346
1 file changed
README.md
@@ -35,7 +35,7 @@ import casbin
35
36
adapter = casbin_sqlalchemy_adapter.Adapter('sqlite:///test.db')
37
38
-e = casbin.Enforcer('path/to/model.conf', adapter, True)
+e = casbin.Enforcer('path/to/model.conf', adapter)
39
40
sub = "alice" # the user that wants to access a resource.
41
obj = "data1" # the resource that is going to be accessed.
0 commit comments