diff --git a/start.py b/start.py index 787499c..0166a2f 100644 --- a/start.py +++ b/start.py @@ -165,8 +165,8 @@ BYTES_SEND = Counter() class Tools: - IP = compile("(?:\d{1,3}\.){3}\d{1,3}") - protocolRex = compile('"protocol":(\d+)') + IP = compile(r"(?:\d{1,3}\.){3}\d{1,3}") + protocolRex = compile(r'"protocol":(\d+)') @staticmethod def humanbytes(i: int, binary: bool = False, precision: int = 2):