diff --git a/app/library/vts.py b/app/library/vts.py index 132f482..2eb4615 100644 --- a/app/library/vts.py +++ b/app/library/vts.py @@ -9,7 +9,7 @@ with open('./config.json') as json_file: font = f"{ROOT}/library/Pretendard-Bold.ttf" WEBHOOK_URL = json_data['WEBHOOK_URL'] -path = f'{ROOT}temp/downloaded_file.xlsx' +path = f'{ROOT}/temp/downloaded_file.xlsx' def download(): response = requests.get("https://f.imnya.ng/.today.isangjeong/vts.xlsx")