1
0
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:
aussig 2022-12-24 09:27:18 +00:00
parent 41962663d8
commit 754367618f

View File

@ -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