Refactor checksymbols list initialization
This commit is contained in:
@@ -143,7 +143,6 @@ def check_for_parameter(username):
|
||||
return "{?}" in username
|
||||
|
||||
|
||||
checksymbols = []
|
||||
checksymbols = ["_", "-", "."]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user