Changed positional to keyword argument

This commit is contained in:
Melissa LeBlanc-Williams 2020-09-22 15:43:20 -06:00
parent c803af1ae7
commit 1b02b83650

View file

@ -59,7 +59,7 @@ Installing...""")
Settings take effect on next boot.
""")
if not shell.prompt("REBOOT NOW?", "n"):
if not shell.prompt("REBOOT NOW?", default="n"):
print("Exiting without reboot.")
shell.exit()
print("Reboot started...")