mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Fix for exceptions thrown on journal events
This commit is contained in:
parent
41962663d8
commit
754367618f
@ -1547,10 +1547,10 @@ class AppWindow(object):
|
||||
monitor.state
|
||||
)
|
||||
|
||||
if err:
|
||||
self.status['text'] = err
|
||||
if not config.get_int('hotkey_mute'):
|
||||
hotkeymgr.play_bad()
|
||||
if err:
|
||||
self.status['text'] = err
|
||||
if not config.get_int('hotkey_mute'):
|
||||
hotkeymgr.play_bad()
|
||||
|
||||
auto_update = False
|
||||
# Only if auth callback is not pending
|
||||
|
Loading…
x
Reference in New Issue
Block a user