mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Remove unused constant
This commit is contained in:
parent
1666eaac77
commit
21d914e414
1 changed files with 0 additions and 1 deletions
|
|
@ -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-]+)$")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue