mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-27 21:04:03 -05:00
Fix user name regexp for MGA
This commit is contained in:
@@ -129,7 +129,7 @@ def updatename() -> Dict[str, Any]:
|
||||
"a-z" +
|
||||
"A-Z" +
|
||||
"0-9" +
|
||||
"@!?/=():*^[\]#;\-_{}$.+" +
|
||||
"@!?/=():*^[\\]#;\\-_{}$.+" +
|
||||
"]*$",
|
||||
name,
|
||||
) is None:
|
||||
|
||||
Reference in New Issue
Block a user