Fix pm bug

This commit is contained in:
Arinerron 2018-04-18 20:20:52 -07:00
parent 8d342df5e6
commit 99edaa1e6f
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 2 additions and 2 deletions

View File

@ -164,8 +164,8 @@ def readline(message = ''):
output = colors.filter(output)
sys.stdout.write(output)
return sys.stdin.readline()
return input()
def confirm(default = 'y', message = 'Are you sure %s? '):
'''