mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
pbs v2: fix debug session timeout error (#4548)
This commit is contained in:
parent
e26ff5c9d8
commit
a43b3ae3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ async def verify_browser_session(
|
|||
|
||||
return dummy_browser_session
|
||||
|
||||
browser_session = await app.DATABASE.get_persistent_browser_session(browser_session_id, organization_id)
|
||||
browser_session = await app.PERSISTENT_SESSIONS_MANAGER.get_session(browser_session_id, organization_id)
|
||||
|
||||
if not browser_session:
|
||||
LOG.info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue