mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Auth debug email
This commit is contained in:
parent
ebcd0557e5
commit
842711de04
6 changed files with 82 additions and 47 deletions
|
|
@ -88,7 +88,7 @@ def parse_positional_arguments(string: str) -> [PositionalArgument]:
|
|||
result = list()
|
||||
|
||||
implicit_index = 0
|
||||
argument = re.compile(r'%((\d)\$)?([@d])', re.U)
|
||||
argument = re.compile(r'%((\d+)\$)?([@d])', re.U)
|
||||
start_position = 0
|
||||
while True:
|
||||
m = argument.search(string, start_position)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue