Skip to content

Commit 6718cec

Browse files
committed
Add debug to simply.py
1 parent 18a0a17 commit 6718cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def map_created_in_view():
2424

2525

2626
if __name__ == "__main__":
27-
app.run(port=5050)
27+
app.run(port=5050, debug=True)

0 commit comments

Comments
 (0)