Skip to content

Commit d934873

Browse files
committed
Set debug for logging
1 parent c570ec8 commit d934873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerLaTeX/LaTeXApi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def index():
2020
abort(500)
2121

2222
if __name__ == '__main__':
23-
app.run(host="0.0.0.0")
23+
app.run(host="0.0.0.0",debug=True)

0 commit comments

Comments
 (0)