mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 15:49:41 +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)
|
journal_lock.update_lock(self.w)
|
||||||
|
|
||||||
# (Re-)install log monitoring
|
# (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
|
# LANG: ED Journal file location appears to be in error
|
||||||
self.status['text'] = _('Error: Check E:D journal file location')
|
self.status['text'] = _('Error: Check E:D journal file location')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user