From 670bfc7de065406fcf639867ea51c07d97089923 Mon Sep 17 00:00:00 2001 From: builderjer <34875857+builderjer@users.noreply.github.com> Date: Sun, 20 Oct 2024 09:23:52 -0600 Subject: [PATCH] Update config.py fix deprecation warning --- ovos_config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_config/config.py b/ovos_config/config.py index 0c559b8..724a3f0 100644 --- a/ovos_config/config.py +++ b/ovos_config/config.py @@ -265,7 +265,7 @@ def set_config_update_handlers(bus): try: # TODO - investigate why this import fails sometimes from ovos_utils.network_utils import is_connected - if is_connected(): + if is_connected_http(): # do the initial remote fetch Configuration.remote.reload() except: