mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-22 12:19:23 +00:00
minor cleanup
This commit is contained in:
@@ -212,8 +212,4 @@ def input_yn(query):
|
||||
while ans not in ["y", "n"]:
|
||||
ans = raw_input("'y' or 'n' please: ")
|
||||
|
||||
if ans == "y":
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
return ans == "y"
|
||||
|
||||
Reference in New Issue
Block a user