mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
makeseeds: Update PATTERN_AGENT
This commit is contained in:
parent
fce53f132e
commit
a8ec9eede4
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ PATTERN_AGENT = re.compile(
|
|||
r"22.(0|1|99)|"
|
||||
r"23.(0|1|99)|"
|
||||
r"24.(0|1|99)|"
|
||||
r"25.99"
|
||||
r"25.(0|1|99)|"
|
||||
r"26.(0|99)|"
|
||||
r")")
|
||||
|
||||
def parseline(line: str) -> Union[dict, None]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue