mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Revert d6c62174ae22a253e4c7018f123159ae048977d2...980823291c47ea4b3f8938787643a0a59c72ab5f on Webhooks
parent
980823291c
commit
34db7fa33a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ application.run_webhook(
|
|||
port=5000,
|
||||
url_path='1',
|
||||
secret_token='ASecretTokenIHaveChangedByNow',
|
||||
webhook_url='https://example.com/TOKEN1',
|
||||
webhook_url='https://example.com/1',
|
||||
cert='cert.pem'
|
||||
)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue