1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-30 07:09:39 +03:00

EDMarketConnector: Correct back to monitor.start()

Bad PyCharm Refactor ! No Cookie!
This commit is contained in:
Athanasius 2021-08-16 14:06:31 +01:00
parent d0e1391238
commit bfaf66d873
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -754,7 +754,7 @@ class AppWindow(object):
journal_lock.update_lock(self.w)
# (Re-)install log monitoring
if not monitor.start_frontier_auth(self.w):
if not monitor.start(self.w):
# LANG: ED Journal file location appears to be in error
self.status['text'] = _('Error: Check E:D journal file location')