Skip to content

[Bug] searching with "-num all" raises an error #110

@thepoorhacker

Description

@thepoorhacker

Hello,
I found the requesting results with "-num all" causes errors and after checking the source code it turns out that you are trying to parse the provided value to integer at line 65 of the file core.py, I think you made this by mistake because you are parsing it the right way in file data.py:CliZoomEye:handle_page
so maybe you should replace core.py:65 with this:
num = args.num

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions