Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cb4b1fd915 committed Dec 4, 2023
1 parent c9297ff commit 32f9151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariusz/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 32f9151

Please sign in to comment.