Skip to content

Commit

Permalink
Merge pull request #51 from thejackal360/blank-screen-after-first-screen
Browse files Browse the repository at this point in the history
Document how to prevent blank screen after first screen issue
  • Loading branch information
thejackal360 authored Dec 9, 2023
2 parents b224a2c + 3ba1974 commit 6d24b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/example/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,6 @@ def gen_img(filename):


if __name__ == "__main__":
print("\033[91mIf not hosting on a remote server with a URL, " + \
"remember to run with the '--local' flag!\033[0m")
app.run(debug=True)

0 comments on commit 6d24b8c

Please sign in to comment.