check before trying to add to markov

neu
Tomáš Mládek 2019-07-03 16:26:05 +02:00
parent 645570adc6
commit 66b12c2caf
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ class DelojzaBot:
else:
self.last_hashtags[update.message.chat.id] = update.message.from_user, datetime.now(), hashtags
else:
if self.markov:
if self.markov and update.message.text:
self.markov.add_to_corpus(update.message.text)
def _get_tag_dirs(self):