Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
fix deprecation warning
  • Loading branch information
builderjer authored Oct 20, 2024
1 parent fd6e347 commit 670bfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 670bfc7

Please sign in to comment.