From 034c7ec891687e0e26b0a4a4c689f04c69bb0cca Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 7 Feb 2026 16:35:52 +0100 Subject: [PATCH] WIP --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 9ff7e9127..f8f8c834f 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -605,7 +605,7 @@ def main(): return dict(right_sticky="v{}".format(datastore.data['version_tag']), new_version_available=app.config['NEW_VERSION_AVAILABLE'], has_password=datastore.data['settings']['application']['password'] != False, - socket_io_enabled=datastore.data['settings']['application']['ui'].get('socket_io_enabled', True), + socket_io_enabled=datastore.data['settings']['application'].get('ui', {}).get('socket_io_enabled', True), all_paused=datastore.data['settings']['application'].get('all_paused', False), all_muted=datastore.data['settings']['application'].get('all_muted', False) )