mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 17:28:43 +01:00
make it 500 lol
This commit is contained in:
parent
9a9d00e73f
commit
a0191ae39a
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
lyrics: "",
|
||||
});
|
||||
} catch (err) {
|
||||
res.status(502);
|
||||
res.status(500);
|
||||
renderTemplate(res, req, "video-error.ejs", {
|
||||
v,
|
||||
err_reason:err
|
||||
|
|
Loading…
Reference in a new issue