Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,8 +145,7 @@ def chrome(url:str=None,wait:int=5,header:str=None,cookie:str=None):
|
|
| 145 |
print(f'response: {resp}')
|
| 146 |
except WebDriverException: # 蹇界暐寮傚父
|
| 147 |
pass
|
| 148 |
-
|
| 149 |
-
print(request_headers)
|
| 150 |
|
| 151 |
data = {
|
| 152 |
"url": current_url,
|
|
|
|
| 145 |
print(f'response: {resp}')
|
| 146 |
except WebDriverException: # 蹇界暐寮傚父
|
| 147 |
pass
|
| 148 |
+
print(message)
|
|
|
|
| 149 |
|
| 150 |
data = {
|
| 151 |
"url": current_url,
|