Skip to content

Commit

Permalink
Update itv_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GBOXDEO authored Feb 26, 2024
1 parent 96586a3 commit 65497a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itv_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def modify_urls(url):
modified_urls = []
modified_urls.append("http://222.217.246.54:8282/")
modified_urls.append("http://222.217.246.54:8282")
ip_start_index = url.find("//") + 2
ip_end_index = url.find(":", ip_start_index)
base_url = url[:ip_start_index] # http:// or https://
Expand Down

0 comments on commit 65497a7

Please sign in to comment.