From 2f658ed9abc7d3405a41b0240dcd5b4d6dd47ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 1 May 2019 10:53:48 +0200 Subject: [PATCH] fix last_hashtag bug --- delojza.py | 1 + 1 file changed, 1 insertion(+) diff --git a/delojza.py b/delojza.py index 43ef9c2..d566072 100755 --- a/delojza.py +++ b/delojza.py @@ -148,6 +148,7 @@ class DelojzaBot: if hashtag is None: if self.last_hashtag is not None and self.last_hashtag[0] == message.from_user: hashtag = self.last_hashtag[1] + self.last_hashtag = None return hashtag def tg_handle_hashtag(self, bot, update):