Skip to content

Commit

Permalink
fix(hot_reload): remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 20, 2023
1 parent f0f3cc8 commit 7fc2948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/validation/core/17_hot_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ def setup_ui(*_):
# start server
# -----------------------------------------------------------------------------

if __name__ == "__main__" and not server.running:
if __name__ == "__main__":
server.start()

0 comments on commit 7fc2948

Please sign in to comment.