From 3ec93b8f0471d62f81ca2529cc23fa3feb479b77 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 12 Dec 2023 14:25:53 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=B7=BB=E5=8A=A0=E5=BD=95=E5=83=8F?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/terminal/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/terminal/const.py b/apps/terminal/const.py index 1c07f36b7..8ad37e93d 100644 --- a/apps/terminal/const.py +++ b/apps/terminal/const.py @@ -103,3 +103,4 @@ class SessionErrorReason(TextChoices): replay_create_failed = 'replay_create_failed', _('Replay create failed') replay_upload_failed = 'replay_upload_failed', _('Replay upload failed') replay_convert_failed = 'replay_convert_failed', _('Replay convert failed') + replay_unsupported = 'replay_unsupported', _('Replay unsupported')