diff --git a/FOIYL.py b/FOIYL.py index 2e015b3..82b6df4 100644 --- a/FOIYL.py +++ b/FOIYL.py @@ -101,6 +101,7 @@ def menu(input='nothing',stage='0'): print '--Enter number for osascript you want to use--' choice = raw_input('>> ') try: + choice = int(choice) print predefine_osa[choice] os.system("echo "+predefine_osa[choice]) except: