Skip to content

Commit

Permalink
FIX: Deprecation warning
Browse files Browse the repository at this point in the history
forgot the import
  • Loading branch information
builderjer authored Oct 20, 2024
1 parent 670bfc7 commit d6d03a9
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 @@ -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()
Expand Down

0 comments on commit d6d03a9

Please sign in to comment.