모든 버그 해결

This commit is contained in:
imnyang 2024-11-06 22:57:35 +09:00
commit e19aa64c8f
14 changed files with 96 additions and 31 deletions

View file

@ -18,7 +18,7 @@ def get_board():
return f"http://isangjeong.icems.kr/boardCnts/updateCnt.do?boardID={values[0]}&viewBoardID={values[1]}&boardSeq={values[2]}&lev={values[3]}"
path = f'{os.getenv("ROOT")}temp/downloaded_file.xlsx'
path = f'{os.getenv('ROOT')}temp/downloaded_file.xlsx'
def download(url:str):
response = requests.get(url)