mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-24 02:47:29 +00:00
Update link hint for No API Key found errors
This commit is contained in:
parent
65c07b7d34
commit
90115448ac
@ -1093,7 +1093,7 @@ class Client(Methods, BaseClient):
|
|||||||
else:
|
else:
|
||||||
raise AttributeError(
|
raise AttributeError(
|
||||||
"No API Key found. "
|
"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"]:
|
for option in ["app_version", "device_model", "system_version", "lang_code"]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user