Changed positional to keyword argument
This commit is contained in:
parent
c803af1ae7
commit
1b02b83650
1 changed files with 1 additions and 1 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Reference in a new issue