Skip to content

Commit 8a8e346

Browse files
authored
Fix README typo
1 parent ac768ce commit 8a8e346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import casbin
3535

3636
adapter = casbin_sqlalchemy_adapter.Adapter('sqlite:///test.db')
3737

38-
e = casbin.Enforcer('path/to/model.conf', adapter, True)
38+
e = casbin.Enforcer('path/to/model.conf', adapter)
3939

4040
sub = "alice" # the user that wants to access a resource.
4141
obj = "data1" # the resource that is going to be accessed.

0 commit comments

Comments
 (0)