correctly use 'dating.storage' as storage file
This commit is contained in:
parent
fdd90a5f11
commit
b11f22e71a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class QHaveSex(QtApplication):
|
||||||
STORAGE_FILENAME = 'dating.storage'
|
STORAGE_FILENAME = 'dating.storage'
|
||||||
|
|
||||||
def main(self, argv):
|
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 = MainWindow(self.config, self.weboob)
|
||||||
self.main_window.show()
|
self.main_window.show()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue