From 46a169f1d046501233d22604b4dd94635c6c960b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Sun, 22 Jun 2025 23:44:57 +0900 Subject: [PATCH] HotFix #1 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d5b9716..5823705 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ def setup_storage(): print("======================================================") print("๐Ÿ‘€ ์›ํ•˜๋Š” OAuth Providor๋ฅผ ์ง์ ‘ ๋ชจ๋‘ ๋กœ๊ทธ์ธ ํ•œ ํ›„์— ๋ธŒ๋ผ์šฐ์ €๋ฅผ ๋‹ซ์œผ๋ฉด ์„ค์ •์ด ์™„๋ฃŒ๋ฉ๋‹ˆ๋‹ค.") os.system('uv run playwright open https://google.com/ --save-storage=./data/storage_state.json') - os.startfile('./data/storage_state.json') print("โœ… ์ฟ ํ‚ค์™€ ๋กœ์ปฌ ์Šคํ† ๋ฆฌ์ง€ ์„ค์ • ์™„๋ฃŒ.") print("๐Ÿ’พ ./data/storage_state.json ํŒŒ์ผ์ด ์ƒ์„ฑ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.") else: