diff --git a/setup.py b/setup.py index d54d458..9c08716 100644 --- a/setup.py +++ b/setup.py @@ -44,8 +44,6 @@ def setup_storage(): print("======================================================") print("๐Ÿ‘€ ์›ํ•˜๋Š” OAuth Providor๋ฅผ ์ง์ ‘ ๋ชจ๋‘ ๋กœ๊ทธ์ธ ํ•œ ํ›„์— ๋ธŒ๋ผ์šฐ์ €๋ฅผ ๋‹ซ์œผ๋ฉด ์„ค์ •์ด ์™„๋ฃŒ๋ฉ๋‹ˆ๋‹ค.") os.system('uv run playwright open https://google.com/ --save-storage=./data/storage_state.json') - #if os.path.exists('./data/storage_state.json'): - # os.startfile('./data/storage_state.json') print("โœ… ์ฟ ํ‚ค์™€ ๋กœ์ปฌ ์Šคํ† ๋ฆฌ์ง€ ์„ค์ • ์™„๋ฃŒ.") print("๐Ÿ’พ ./data/storage_state.json ํŒŒ์ผ์ด ์ƒ์„ฑ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.") else: