Refactor checksymbols list initialization

This commit is contained in:
abhirai7 2024-05-28 11:00:30 +05:30
parent 9b84a7817c
commit a9c00d9dbe

View file

@ -143,7 +143,6 @@ def check_for_parameter(username):
return "{?}" in username
checksymbols = []
checksymbols = ["_", "-", "."]