Skip to content

Commit

Permalink
fix: enable cursor exit functionality during initialization in cursor…
Browse files Browse the repository at this point in the history
…_pro_keep_alive.py
  • Loading branch information
chengazhen committed Jan 11, 2025
1 parent 29acac6 commit 1ef5f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursor_pro_keep_alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def get_account_info(self):
browser_manager = None
try:
logging.info("\n=== 初始化程序 ===")
# ExitCursor()
ExitCursor()
logging.info("正在初始化浏览器...")
browser_manager = BrowserManager()
browser = browser_manager.init_browser()
Expand Down

0 comments on commit 1ef5f3c

Please sign in to comment.