aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gitignore2
-rw-r--r--src/app.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/.gitignore b/src/.gitignore
index fdbd64b..fb97398 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -2,4 +2,4 @@ __pycache__/
*.pyc
.venv/
generated/
-uploads/
+uploads/ \ No newline at end of file
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)