mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-26 09:07:43 +01:00
Updating one more ref to old repo
This commit is contained in:
parent
37a58fe1ad
commit
5a3e142358
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ from telegram import TelegramError
|
||||||
|
|
||||||
DEFAULT_MIME_TYPE = 'application/octet-stream'
|
DEFAULT_MIME_TYPE = 'application/octet-stream'
|
||||||
USER_AGENT = 'Python Telegram Bot' \
|
USER_AGENT = 'Python Telegram Bot' \
|
||||||
' (https://github.com/leandrotoledo/python-telegram-bot)'
|
' (https://github.com/python-telegram-bot/python-telegram-bot)'
|
||||||
|
|
||||||
|
|
||||||
class InputFile(object):
|
class InputFile(object):
|
||||||
|
|
Loading…
Reference in a new issue