Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
antalgu committed Nov 5, 2024
1 parent d79b4de commit a2f87f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asyncwhois/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def __init__(self, proxy_url: str = None, timeout: int = 10, max_depth: int = No
self.proxy_url = proxy_url
self.timeout = timeout
self.max_depth = max_depth

@staticmethod
def _find_match(regex: str, blob: str) -> str:
match = ""
Expand Down

0 comments on commit a2f87f3

Please sign in to comment.