모든 버그 해결
This commit is contained in:
parent
be4d6616f0
commit
e19aa64c8f
14 changed files with 96 additions and 31 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue