From c3229f3fb03db4f82ba66ae4d4f546bd56fe1785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5?= Date: Mon, 3 Mar 2025 22:23:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=86=8C=ED=95=98=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/library/vts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")