Skip to content

Commit df30bcf

Browse files
committed
Actively disable debug mode
1 parent 61d3371 commit df30bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ def dump():
7171

7272

7373
if __name__ == '__main__':
74-
app.run('0.0.0.0', port=int(sys.argv[1]), debug=True)
74+
app.run('0.0.0.0', port=int(sys.argv[1]), debug=False)

0 commit comments

Comments
 (0)