diff --git a/mariusz/main.py b/mariusz/main.py index e8d2c8d..d6612ce 100755 --- a/mariusz/main.py +++ b/mariusz/main.py @@ -236,7 +236,7 @@ def version(self, update): def czymamy(self, update): text = update.message.text.lower() q = text.split('czy mamy ')[-1] - url = 'https://g.hs-ldz.pl/search?query=' + urllib.parse.quote(q) + url = 'https://g.hs-ldz.pl/search?query=' + urllib.parse.quote(q) + '' update.message.reply_text(url) def help(self, update):