We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c570ec8 commit d934873Copy full SHA for d934873
dockerLaTeX/LaTeXApi.py
@@ -20,4 +20,4 @@ def index():
20
abort(500)
21
22
if __name__ == '__main__':
23
- app.run(host="0.0.0.0")
+ app.run(host="0.0.0.0",debug=True)
0 commit comments