Skip to content

Commit

Permalink
Update geekbookapp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus authored Aug 24, 2019
1 parent 8bb23a1 commit 93a5a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geekbookapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def convert_jupyter_notebook_to_markdown():
UPDATE = False
if not args.silent:
start_gitweb()
time.sleep(3) # so it's time for the Flask to be opened in the browser
time.sleep(1) # so it's time for the Flask to be opened in the browser
start_browser_with_index()

app.start()

0 comments on commit 93a5a0d

Please sign in to comment.