mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 06:14:51 +00:00
Remove redundant escape characters
This commit is contained in:
parent
ea35fa2480
commit
8c88a69d81
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Client:
|
|||
created sessions are loaded.
|
||||
"""
|
||||
|
||||
INVITE_LINK_RE = re.compile(r"^(?:https?:\/\/)?t\.me\/joinchat\/(.+)$")
|
||||
INVITE_LINK_RE = re.compile(r"^(?:https?://)?t\.me/joinchat/(.+)$")
|
||||
DIALOGS_AT_ONCE = 100
|
||||
|
||||
def __init__(self, session_name: str, test_mode: bool = False):
|
||||
|
|
|
|||
Loading…
Reference in a new issue