Skip to content

Commit ff8ab6f

Browse files
committed
less annoying default
1 parent a2cbea8 commit ff8ab6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def main():
215215
print("Ready! The files are in the html directory.")
216216
print("Go to html and double-click index.html to read the tutorial.")
217217
print()
218-
if askyesno("Do you want to view the tutorial now?"):
218+
if askyesno("Do you want to view the tutorial now?", default=False):
219219
print("Opening the tutorial...")
220220
webbrowser.open(os.path.join('html', 'index.html'))
221221

0 commit comments

Comments
 (0)