sahanind commited on
Commit
60df9f9
·
verified ·
1 Parent(s): cfe6620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ url = "http://zoom.lk"
15
 
16
  # Generate and execute wget commands
17
  for proxy in proxies:
18
- command = ['wget','--timeout=3', '-e', 'use_proxy=yes', '-e', f'http_proxy=http://{proxy}:80', url]
19
 
20
  # Print the command
21
  print(f"Running command: {' '.join(command)}")
 
15
 
16
  # Generate and execute wget commands
17
  for proxy in proxies:
18
+ command = ['wget','--timeout=3', '-e', 'use_proxy=yes', '-e', f'http_proxy=http://{proxy}', url]
19
 
20
  # Print the command
21
  print(f"Running command: {' '.join(command)}")