Skip to content

Commit dd9082e

Browse files
committed
debug off
1 parent 0682cf6 commit dd9082e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dash_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
args.host,
7878
args.port)
7979
# app.run(debug=True, host=args.host, port=args.port)
80-
app.run(debug=True, host=args.host, port=args.port)
80+
app.run(debug=False, host=args.host, port=args.port)

0 commit comments

Comments
 (0)