Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] Invalid Choice #1

Open
Sh3lldor opened this issue May 10, 2019 · 0 comments
Open

[!] Invalid Choice #1

Sh3lldor opened this issue May 10, 2019 · 0 comments

Comments

@Sh3lldor
Copy link

Sh3lldor commented May 10, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant