mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
add TODO: at exit, commit db
This commit is contained in:
parent
6aff183b54
commit
b38c93c399
@ -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