mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-19 12:36:06 +00:00
Remove commit line from UserStore. This function was not defined in withsqlite, and also unnecessary since autocommit is on.
This commit is contained in:
parent
49ce1b9389
commit
504a195708
@ -58,7 +58,6 @@ class UserStore(UserStoreModule, sqlite_db):
|
||||
|
||||
def remove(self,username=None):
|
||||
self.__delitem__(username)
|
||||
self.commit()
|
||||
|
||||
def get_all(self):
|
||||
return self.items()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user