Skip to content

Commit

Permalink
skip the location/provider specific configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Aug 17, 2024
1 parent 78923de commit 08f0f81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions submanager/update_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ def update_client_config(locations, providers, credentials):
)
generate_check_config(locations, providers, uuid, host, path, save_path)

break

selected_ips = get_selected_ip()

if selected_ips is None:
Expand Down

0 comments on commit 08f0f81

Please sign in to comment.