[Enhancement] setup_storage_state 및 GetProfile 함수를 비동기 처리로 변경

This commit is contained in:
imnyang 2025-06-15 22:37:35 +09:00
commit 7ae5834d82
3 changed files with 5 additions and 6 deletions

View file

@ -20,7 +20,7 @@ def setup_proxy():
return None
def setup_storage_state():
async def setup_storage_state():
"""Setup browser storage state for session persistence."""
# Get the script directory to ensure correct path resolution
script_dir = Path(__file__).parent.parent.parent.parent