2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 18:37:26 +00:00

Remove unused constant

This commit is contained in:
Dan 2018-08-19 19:40:23 +02:00
parent 1666eaac77
commit 21d914e414

View File

@ -41,7 +41,6 @@ class BaseClient:
platform.release() platform.release()
) )
SYSTEM_LANG_CODE = "en"
LANG_CODE = "en" LANG_CODE = "en"
INVITE_LINK_RE = re.compile(r"^(?:https?://)?(?:www\.)?(?:t(?:elegram)?\.(?:org|me|dog)/joinchat/)([\w-]+)$") INVITE_LINK_RE = re.compile(r"^(?:https?://)?(?:www\.)?(?:t(?:elegram)?\.(?:org|me|dog)/joinchat/)([\w-]+)$")