Container commited on
Commit
6d15222
·
verified ·
1 Parent(s): 02fa17e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = unquote(wait)
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: