1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-08 11:22:10 +03:00

Revert "Fix for exceptions thrown on journal events"

This reverts commit 754367618ff273b94ae459544a7c73b86a182499.
This commit is contained in:
aussig 2022-12-24 10:18:37 +00:00
parent e22fa7c23b
commit fc80d8ffd6

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