Omnibus commited on
Commit
03826c9
·
1 Parent(s): 9ad07bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def run_script(text: str):
48
  if driver:
49
  driver.quit()
50
 
51
- return [Image.open(BytesIO(screenshot)), 'operation success.',cookies]
52
  else:
53
  return [None, 'Please enter a valid URL of a website/host.',None]
54
 
 
48
  if driver:
49
  driver.quit()
50
 
51
+ return [Image.open(BytesIO(screenshot)), 'operation success.',[cookies]]
52
  else:
53
  return [None, 'Please enter a valid URL of a website/host.',None]
54