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