Update app.py
Browse files
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}
|
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)}")
|