mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03: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
Reference in a new issue