From d6d03a9fcbb4912ec691370be23187959ffdf976 Mon Sep 17 00:00:00 2001 From: builderjer <34875857+builderjer@users.noreply.github.com> Date: Sun, 20 Oct 2024 09:29:08 -0600 Subject: [PATCH] FIX: Deprecation warning forgot the import --- 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 724a3f0..6e54ef6 100644 --- a/ovos_config/config.py +++ b/ovos_config/config.py @@ -264,7 +264,7 @@ def set_config_update_handlers(bus): try: # TODO - investigate why this import fails sometimes - from ovos_utils.network_utils import is_connected + from ovos_utils.network_utils import is_connected_http if is_connected_http(): # do the initial remote fetch Configuration.remote.reload()