Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ async def fetch_url(url, session, max_retries=3, timeout=180):
|
|
29 |
raise Exception(f"Failed to fetch URL after {max_retries} attempts")
|
30 |
|
31 |
async def extract_and_transform_proxies(input_text):
|
32 |
-
print("
|
33 |
-
print(input_text
|
34 |
print("------------------------")
|
35 |
|
36 |
try:
|
|
|
29 |
raise Exception(f"Failed to fetch URL after {max_retries} attempts")
|
30 |
|
31 |
async def extract_and_transform_proxies(input_text):
|
32 |
+
print("Complete original input data:")
|
33 |
+
print(input_text)
|
34 |
print("------------------------")
|
35 |
|
36 |
try:
|