sfun commited on
Commit
e0c198b
·
verified ·
1 Parent(s): fa649fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Original input data (first 1000 characters):")
33
- print(input_text[:1000])
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: