Skip to content

Commit

Permalink
🐛 Fix netflix region us
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreomeow committed Aug 29, 2022
1 parent 83fad23 commit 1fa4118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssrspeed/speedtest/speed_test.py
Expand Up @@ -227,8 +227,8 @@ def __geo_ip_outbound():
if r2.status_code == 200:
sum_ += 1
rg = "(" + r2.url.split("com/")[1].split("/")[0] + ")"
if rg == "title":
rg = "us"
if rg == "(title)":
rg = "(us)"
# 测试连接状态

if sum_ == 0:
Expand Down

0 comments on commit 1fa4118

Please sign in to comment.