From 5a3e1423581f370e23a40aa509b5b1dd10f23127 Mon Sep 17 00:00:00 2001 From: leandrotoledo Date: Mon, 14 Dec 2015 21:51:17 -0200 Subject: [PATCH] Updating one more ref to old repo --- telegram/inputfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/inputfile.py b/telegram/inputfile.py index 0946f9724..2921075f9 100644 --- a/telegram/inputfile.py +++ b/telegram/inputfile.py @@ -35,7 +35,7 @@ from telegram import TelegramError DEFAULT_MIME_TYPE = 'application/octet-stream' USER_AGENT = 'Python Telegram Bot' \ - ' (https://github.com/leandrotoledo/python-telegram-bot)' + ' (https://github.com/python-telegram-bot/python-telegram-bot)' class InputFile(object):