Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
iambabyninja committed Jan 1, 2025
1 parent c4316e2 commit dcfd8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class JsonschemaType(TypedDict):
properties: dict[str, dict]
additionalProperties: bool

KNOWN_BAD_RESOLVES = ("FakeDnsObject", "metricsObject", "TransportObject", "noiseObject", "DnsServerObject")
KNOWN_BAD_RESOLVES = ("FakeDnsObject", "metricsObject", "TransportObject", "noiseObject", "DnsServerObject","xhttpSettings","PingConfigObject","XHTTP: Beyond REALITY")
USED_OBJECTS = set()

def parse(stdin: Iterator[str]) -> Iterator[JsonschemaType]:
Expand Down

0 comments on commit dcfd8a3

Please sign in to comment.