2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-09 02:35:21 +00:00

Update domain name references to pyrogram.org

This commit is contained in:
Dan
2019-05-19 21:40:41 +02:00
parent 2032cec4d0
commit 0dc953c320
11 changed files with 48 additions and 40 deletions

View File

@@ -275,7 +275,7 @@ class Client(Methods, BaseClient):
log.warning('\nWARNING: You are using a bot token as session name!\n'
'This usage will be deprecated soon. Please use a session file name to load '
'an existing session and the bot_token argument to create new sessions.\n'
'More info: https://docs.pyrogram.ml/start/Setup#bot-authorization\n')
'More info: https://docs.pyrogram.org/intro/auth#bot-authorization\n')
self.load_config()
self.load_session()
@@ -1091,7 +1091,7 @@ class Client(Methods, BaseClient):
else:
raise AttributeError(
"No API Key found. "
"More info: https://docs.pyrogram.ml/intro/setup#configuration"
"More info: https://docs.pyrogram.org/intro/setup#configuration"
)
for option in ["app_version", "device_model", "system_version", "lang_code"]: