Spaces:
Paused
Paused
Update run.py
Browse files
run.py
CHANGED
|
@@ -8,4 +8,5 @@ url = "https://d000d.com/pass_md5/127488538-27-150-1724518008-5662b9c2ccc93709c4
|
|
| 8 |
|
| 9 |
response = requests.get(url,headers=headers)
|
| 10 |
|
|
|
|
| 11 |
print(response.text) # This will print the HTML content of the page
|
|
|
|
| 8 |
|
| 9 |
response = requests.get(url,headers=headers)
|
| 10 |
|
| 11 |
+
print(response)
|
| 12 |
print(response.text) # This will print the HTML content of the page
|