diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index b04b2a5..722f1ad 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -1245,7 +1245,7 @@ something strange happened to you during this update. confirm = "" - while confirm != "x": + while confirm not in ("x", "", "X", ""): confirm = raw_input("\nplease type when you've finished reading about the updates! ") open(versionFile, "w").write(__version__)