This commit is contained in:
2023-11-06 00:46:47 +08:00
parent 1283143251
commit 0642bedbf3
+1 -1
View File
@@ -41,7 +41,7 @@ local function convert()
upyun_upload.upload(converted_audio_file, nil); upyun_upload.upload(converted_audio_file, nil);
else else
ngx.status = 500 ngx.status = 500
ngx.log(ngx.ERR, "AUDIO CONVERT *FAILED*") ngx.log(ngx.ERR, "converted_audio_file *FAILED*")
end end
end end