From d7dbb312daf722e79e2474d1af6488d867def5d4 Mon Sep 17 00:00:00 2001 From: cracrayol Date: Mon, 6 Sep 2021 02:17:04 +0200 Subject: [PATCH] Fix user name regexp for MGA --- bemani/frontend/mga/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemani/frontend/mga/endpoints.py b/bemani/frontend/mga/endpoints.py index e9a8f1b..16db8d6 100644 --- a/bemani/frontend/mga/endpoints.py +++ b/bemani/frontend/mga/endpoints.py @@ -129,7 +129,7 @@ def updatename() -> Dict[str, Any]: "a-z" + "A-Z" + "0-9" + - "@!?/=():*^[\]#;\-_{}$.+" + + "@!?/=():*^[\\]#;\\-_{}$.+" + "]*$", name, ) is None: