mirror of https://github.com/bitcoin/bitcoin.git
contrib: update makeseeds UA regex
This commit is contained in:
parent
ba0b4304ec
commit
b8da9f4034
|
@ -48,7 +48,8 @@ PATTERN_AGENT = re.compile(
|
|||
r"|25\.(0|1|2|99)\.0"
|
||||
r"|26\.(0|1|2|99)\.0"
|
||||
r"|27\.(0|1|2|99)\.0"
|
||||
r"|28\.(0|1|99)\.0"
|
||||
r"|28\.(0|1|2|99)\.0"
|
||||
r"|29\.(0|99)\.0"
|
||||
r")")
|
||||
|
||||
def parseline(line: str) -> Union[dict, None]:
|
||||
|
|
Loading…
Reference in New Issue