fix: repo dumps api
This commit is contained in:
@ -100,7 +100,7 @@ class SessionBackupTimer(Timer):
|
|||||||
|
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
session.save(self._filepath)
|
session.repository.dumps(self._filepath)
|
||||||
|
|
||||||
class SessionListenTimer(Timer):
|
class SessionListenTimer(Timer):
|
||||||
def execute(self):
|
def execute(self):
|
||||||
|
Reference in New Issue
Block a user