Skip to content

Commit fa2c8b9

Browse files
committed
update cookie
1 parent d2dcae6 commit fa2c8b9

File tree

1 file changed

+2
-2
lines changed
  • visual-tree-search-backend/app/api/lwats/webagent_utils_async/utils

1 file changed

+2
-2
lines changed

visual-tree-search-backend/app/api/lwats/webagent_utils_async/utils/updatecookie.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ async def main():
2424
#await test_browserbase_mode()
2525

2626
if __name__ == "__main__":
27-
# runcmd("git restore ../../../shopping.json")
28-
# runcmd("git pull ")
27+
runcmd("git restore ../../../shopping.json")
28+
runcmd("git pull ")
2929

3030
try:
3131
asyncio.run(main())

0 commit comments

Comments
 (0)