Skip to content

[!] Invalid Choice #1

@Sh3lldor

Description

@Sh3lldor

choice in line 97 returns an int.
it should return str.
just do: choice = str(input("\n%s" % OPTIONS))
instead of choice = input("\n%s" % OPTIONS)
it will keep printing invalid Choice because it expects 1 as a str and not 1 as an int.

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