Skip to content

Commit

Permalink
Merge branch 'main' into chore/release-3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpulver committed Aug 9, 2024
2 parents 913b5b2 + bcb3521 commit eab2ce4
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 eab2ce4

Please sign in to comment.