From 2a6fbe750cf5f54479665c45c09ee8da69a9f4fa Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Thu, 5 Dec 2024 19:17:11 +0900 Subject: [PATCH] =?UTF-8?q?upload=E3=81=AE=E3=82=A8=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=83=9D=E3=82=A4=E3=83=B3=E3=83=88=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.py b/upload.py index cba8766..f80399d 100644 --- a/upload.py +++ b/upload.py @@ -17,7 +17,7 @@ def app(): wave = tja.parent / Path(wave_str) if wave.is_file(): - res = post("https://taikoapp.uk/upload", files={ + res = post("https://taikoapp.uk/api/upload", files={ "file_tja": tja_data, "file_music": wave.read_bytes(), })