Fix typo...

This commit is contained in:
Klaus-Uwe Mitterer 2015-03-19 21:14:02 +01:00
parent a94516bd20
commit b987f3f381

View file

@ -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))