Initial commit
This commit is contained in:
parent
c2d77a8c63
commit
ae05962e23
|
|
@ -0,0 +1,16 @@
|
|||
__pycache__/
|
||||
dist/
|
||||
build/
|
||||
*.db_save_images/
|
||||
*.db_tao_save_images/
|
||||
*.pyc
|
||||
*.db
|
||||
*.pkl
|
||||
*.log
|
||||
*.xlsx
|
||||
pyvenv.cfg
|
||||
!base.db
|
||||
!baseXLS.xlsx
|
||||
!baseXLS_backup.xlsx
|
||||
!baseXLS_Percenty.xlsx
|
||||
!test*.xlsx
|
||||
|
|
@ -10,6 +10,7 @@ from selenium_stealth import stealth
|
|||
from fake_useragent import UserAgent
|
||||
import logging
|
||||
|
||||
|
||||
# 로거 인스턴스 가져오기
|
||||
logger = logging.getLogger('default_logger')
|
||||
def trans(original_text):
|
||||
|
|
|
|||
Loading…
Reference in New Issue