Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def main():
|
|
16 |
def chrome(url:str=None,wait:int=5,header:str=None):
|
17 |
|
18 |
target_url = unquote(url)
|
19 |
-
wait_time =
|
20 |
header_list = unquote(header)
|
21 |
|
22 |
if target_url == None:
|
|
|
16 |
def chrome(url:str=None,wait:int=5,header:str=None):
|
17 |
|
18 |
target_url = unquote(url)
|
19 |
+
wait_time = wait
|
20 |
header_list = unquote(header)
|
21 |
|
22 |
if target_url == None:
|