Skip to content

Commit

Permalink
enabling debug mode for render
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPdeS committed Dec 15, 2024
1 parent d8d10cb commit 8b1b958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyMieSim/_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ def run(self, host: str = "0.0.0.0", port: str = "8050", open_browser: bool = Fa

if __name__ == '__main__':
_gui = OpticalSetupGUI()
_gui.run(host='0.0.0.0', port='8050', open_browser=False, debug=False)
_gui.run(host='0.0.0.0', port='8050', open_browser=False, debug=True)

0 comments on commit 8b1b958

Please sign in to comment.