Merge pull request #40 from w-okada/dev

update
This commit is contained in:
w-okada 2022-09-14 06:08:04 +09:00 committed by GitHub
commit 5de0f13912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)