Revert "test"

This reverts commit c61d0138fe.
This commit is contained in:
LazoCoder 2017-04-27 23:05:28 -04:00
parent c61d0138fe
commit fb39ddca60

View file

@ -81,15 +81,6 @@ def other_handler(user_input):
filegen.create_applescript(number)
def valid_pokemon(user_input):
if str(user_input).isdigit():
number = int(user_input)
if number < 1 and number > 493:
return False
else
reu
def change_background(user_input):
# Changes the background image in the terminal.
# The parameter is the Pokemon name or number.