aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.py')
-rw-r--r--src/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.py b/src/app.py
index 5a3aa7b..6b5a45a 100644
--- a/src/app.py
+++ b/src/app.py
@@ -163,4 +163,4 @@ def download_pdf(filename: str):
if __name__ == "__main__":
- app.run(debug=True)
+ app.run(host="0.0.0.0", port=5000, debug=False)