mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-05 13:00:58 +08:00
Refactor datastore implementation
This commit is contained in:
@@ -32,7 +32,7 @@ def pprint(obj):
|
||||
def commit(fn):
|
||||
def wrapper(*args, **kwargs):
|
||||
fn(*args, **kwargs)
|
||||
_datastore._commit()
|
||||
_datastore.commit()
|
||||
return wrapper
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user