We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a0a17 commit 6718cecCopy full SHA for 6718cec
examples/simple.py
@@ -24,4 +24,4 @@ def map_created_in_view():
24
25
26
if __name__ == "__main__":
27
- app.run(port=5050)
+ app.run(port=5050, debug=True)
0 commit comments