Skip to content

Commit

Permalink
[apps/browser] still need to get new prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Sep 12, 2024
1 parent 5ea8c33 commit d25283c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/browser/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async def main():
await local_vars['dynamic_async_func'](page)

await take_screenshot(page, i)
h9.input()
except Exception as e:
print(f"Failed to use browser:\n```\n{e}\n```\n")
print(f"Available Memory: {(psutil.virtual_memory().available/ (1024 ** 2)):.2f} MB")
Expand Down

0 comments on commit d25283c

Please sign in to comment.