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:
parent
d0e1391238
commit
bfaf66d873
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user