Mythus commited on
Commit
54f9540
·
verified ·
1 Parent(s): 2d1960e

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -0
run.py CHANGED
@@ -25,6 +25,7 @@ headers = {
25
  # Send the request using httpx
26
  try:
27
  response = httpx.get(url, headers=headers, timeout=10)
 
28
 
29
  if response.status_code == 200:
30
  # Decompress if needed
 
25
  # Send the request using httpx
26
  try:
27
  response = httpx.get(url, headers=headers, timeout=10)
28
+ print(response.text)
29
 
30
  if response.status_code == 200:
31
  # Decompress if needed