mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Update link hint for No API Key found errors
This commit is contained in:
parent
65c07b7d34
commit
90115448ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue