diff --git a/weboob/applications/qhavesex/qhavesex.py b/weboob/applications/qhavesex/qhavesex.py index efcafbef..af382c41 100644 --- a/weboob/applications/qhavesex/qhavesex.py +++ b/weboob/applications/qhavesex/qhavesex.py @@ -28,7 +28,7 @@ class QHaveSex(QtApplication): STORAGE_FILENAME = 'dating.storage' def main(self, argv): - self.load_configured_backends(ICapDating, storage=self.create_storage()) + self.load_configured_backends(ICapDating, storage=self.create_storage(self.STORAGE_FILENAME)) self.main_window = MainWindow(self.config, self.weboob) self.main_window.show()