mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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):
|
||||
self.__exit__()
|
||||
|
||||
#TODO: at exit, commit db
|
||||
|
||||
class UserStoreOld():
|
||||
#class UserStore(UserStoreModule):
|
||||
"""The user storage is on disk. Rather than slurp the entire
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user