1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-11 12:52:30 +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 monitor.state
) )
if err: if err:
self.status['text'] = err self.status['text'] = err
if not config.get_int('hotkey_mute'): if not config.get_int('hotkey_mute'):
hotkeymgr.play_bad() hotkeymgr.play_bad()
auto_update = False auto_update = False
# Only if auth callback is not pending # Only if auth callback is not pending