From 5f9da8ab5ea929dbdf496cf2d21c72302e6e1677 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 25 Mar 2023 16:41:49 +0800 Subject: [PATCH] chore(remote_judger/luogu): update waiting status --- remote_judger/src/providers/luogu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_judger/src/providers/luogu.ts b/remote_judger/src/providers/luogu.ts index 6817b92..2ed2aec 100644 --- a/remote_judger/src/providers/luogu.ts +++ b/remote_judger/src/providers/luogu.ts @@ -398,7 +398,7 @@ export default class LuoguProvider implements IBasicProvider { } if (result.status == 204) { - await next({ status: '[Luogu] Judging' }); + await next({ status: '[Luogu] Waiting' }); continue; }