check before trying to add to markov
This commit is contained in:
parent
645570adc6
commit
66b12c2caf
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue