fix: repo dumps api

This commit is contained in:
Swann
2021-06-02 09:35:55 +02:00
parent c2d2db78e6
commit df7ca66ad8

View File

@ -100,7 +100,7 @@ class SessionBackupTimer(Timer):
def execute(self):
session.save(self._filepath)
session.repository.dumps(self._filepath)
class SessionListenTimer(Timer):
def execute(self):