From a2f87f3fb9f934864ac11fee91c249f9ca79e464 Mon Sep 17 00:00:00 2001 From: Oriol Date: Tue, 5 Nov 2024 16:31:00 +0100 Subject: [PATCH] . --- asyncwhois/query.py | 1 + 1 file changed, 1 insertion(+) diff --git a/asyncwhois/query.py b/asyncwhois/query.py index 2295735..94f1825 100644 --- a/asyncwhois/query.py +++ b/asyncwhois/query.py @@ -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 = ""