2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-22 18:07:21 +00:00

Update link hint for No API Key found errors

This commit is contained in:
Dan 2019-05-13 16:37:26 +02:00
parent 65c07b7d34
commit 90115448ac

View File

@ -1093,7 +1093,7 @@ class Client(Methods, BaseClient):
else:
raise AttributeError(
"No API Key found. "
"More info: https://docs.pyrogram.ml/start/ProjectSetup#configuration"
"More info: https://docs.pyrogram.ml/intro/setup#configuration"
)
for option in ["app_version", "device_model", "system_version", "lang_code"]: