사소하다

This commit is contained in:
암냥 2025-03-03 22:23:01 +09:00
commit c3229f3fb0

View file

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