Skip to content

line 37 of commands.py contains a typo #5

@raffaeleguidi

Description

@raffaeleguidi

I tried the module installing it locally - I had to correct line 37 of commands.py from

    parser.app_option("-u", "--url", dest = "url")

to

    parser.add_option("-u", "--url", dest = "url")

(I don't think this is worth a pull request :D)

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