mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
Remove pointless initialization of checksymbols
This commit is contained in:
commit
d42dadfc45
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ def check_for_parameter(username):
|
||||||
return "{?}" in username
|
return "{?}" in username
|
||||||
|
|
||||||
|
|
||||||
checksymbols = []
|
|
||||||
checksymbols = ["_", "-", "."]
|
checksymbols = ["_", "-", "."]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue