fix: repo dumps api

This commit is contained in:
Swann 2021-06-02 09:35:55 +02:00
parent c2d2db78e6
commit df7ca66ad8
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

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):