Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Syntax error in utils.py #6

Open
@fatmeat

Description

@fatmeat

Describe the bug
Syntax error in utils.py

Screenshots
PS D:\Github\check_rep> python .\check_rep.py -q x.x.x.x
Traceback (most recent call last):
File ".\check_rep.py", line 12, in
from core.geomap import map_free_geo, multi_map
File "D:\Github\check_rep\core\geomap.py", line 10, in
from core.utils import DOMAIN, IP, Helpers, Workers, logger
File "D:\Github\check_rep\core\utils.py", line 192
if match := re.findall(self.query, req.text):
^
SyntaxError: invalid syntax

Desktop (please complete the following information):
OS: Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions