From b11f22e71a3cc1c08fec525983b67a1f2687b111 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Tue, 13 Jul 2010 00:43:33 +0200 Subject: [PATCH] correctly use 'dating.storage' as storage file --- weboob/applications/qhavesex/qhavesex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()