mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 23:27:49 +01:00
really?
This commit is contained in:
parent
1c7e784662
commit
d38add1a1c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class MockBot:
|
|||
update.message = message
|
||||
return update
|
||||
|
||||
def setWebhook(self, url=None, certificate=None):
|
||||
def setWebhook(self, webhook_url=None, certificate=None):
|
||||
pass
|
||||
|
||||
def getUpdates(self,
|
||||
|
|
Loading…
Reference in a new issue