diff --git a/getter.py b/getter.py index 08bedcf..d737339 100755 --- a/getter.py +++ b/getter.py @@ -73,7 +73,7 @@ while True: words = text.split(" ") for word in words: - if word[0] = "@": + if word[0] == "@": wordlist += [word] wordlist = list(set(wordlist))