Skip to content

Commit

Permalink
makeseeds: Update PATTERN_AGENT
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed Mar 4, 2024
1 parent fce53f1 commit a8ec9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/seeds/makeseeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
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]:
Expand Down

0 comments on commit a8ec9ee

Please sign in to comment.