Remove pointless initialization of checksymbols

pull/2139/head
Paul Pfeister 6 months ago committed by GitHub
commit d42dadfc45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save