Skip to content

Commit

Permalink
🚑 Fix netflix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreomeow committed Aug 29, 2022
1 parent 8efb189 commit 83fad23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssrspeed/speedtest/speed_test.py
Expand Up @@ -203,7 +203,9 @@ def __geo_ip_outbound():
sum_ = 0
r1 = requests.get(
"https://www.netflix.com/title/70242311",
headers=headers,
timeout=10,
proxies=proxies,
)
if r1.status_code == 200:
sum_ += 1
Expand Down

0 comments on commit 83fad23

Please sign in to comment.