mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
add TODO: at exit, commit db
This commit is contained in:
parent
d082538aee
commit
e8464fa113
@ -15,6 +15,8 @@ class UserStore(UserStoreModule, sqlite_db):
|
|||||||
def close(self):
|
def close(self):
|
||||||
self.__exit__()
|
self.__exit__()
|
||||||
|
|
||||||
|
#TODO: at exit, commit db
|
||||||
|
|
||||||
class UserStoreOld():
|
class UserStoreOld():
|
||||||
#class UserStore(UserStoreModule):
|
#class UserStore(UserStoreModule):
|
||||||
"""The user storage is on disk. Rather than slurp the entire
|
"""The user storage is on disk. Rather than slurp the entire
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user