Skip to content

Commit

Permalink
chore/update-network-url (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpulver authored Aug 9, 2024
1 parent 80d4247 commit bcb3521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_network_telemetry():
network_info['packets_recv'] = net_io.packets_recv

# Test network speed (download speed)
test_url = "http://example.com" # A URL to test the download speed
test_url = "https://data.safetycli.com/api/v1/safety/announcements/" # Test the download speed
start_time = time.perf_counter()
try:
response = requests.get(test_url, timeout=10)
Expand Down

0 comments on commit bcb3521

Please sign in to comment.