mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-24 08:14:14 +03:00
Remove reference to README.rst (#504)
This commit is contained in:
parent
238198db5a
commit
c218df87d7
|
@ -86,7 +86,7 @@ class TelegramBareClient:
|
||||||
if not api_id or not api_hash:
|
if not api_id or not api_hash:
|
||||||
raise PermissionError(
|
raise PermissionError(
|
||||||
"Your API ID or Hash cannot be empty or None. "
|
"Your API ID or Hash cannot be empty or None. "
|
||||||
"Refer to Telethon's README.rst for more information.")
|
"Refer to Telethon's wiki for more information.")
|
||||||
|
|
||||||
self._use_ipv6 = use_ipv6
|
self._use_ipv6 = use_ipv6
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user