Remove pointless initialization of checksymbols

This commit is contained in:
Paul Pfeister 2024-05-29 00:54:42 -04:00 committed by GitHub
commit d42dadfc45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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