This commit is contained in:
wataru 2022-09-14 06:07:38 +09:00
parent 270311ffa2
commit 4ef58ae313
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@ def redirect_to_index():
CORS(app, resources={r"/*": {"origins": "*"}})
@app.route('/test', methods=['POST'])
def post_voice(title, prefix, index):
def test():
try:
# filename = f"{prefix}{index:03}.zip"
# data_dir = os.path.join(DATA_ROOT, title)