aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app.py2
-rwxr-xr-xstatic/images/random.jpgbin165497 -> 186689 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index edc69b3..ea1a2be 100644
--- a/app.py
+++ b/app.py
@@ -196,7 +196,7 @@ if __name__ == "__main__":
try:
if sys.argv[1] == "--production":
#serve(TransLogger(app), host='127.0.0.1', port = 6969)
- serve(TransLogger(app), host='0.0.0.0', port = 6969)
+ serve(TransLogger(app), host='0.0.0.0', port = 6969, threads = 8)
else:
app.run(host = "0.0.0.0", port = 5001, debug = True)
except IndexError:
diff --git a/static/images/random.jpg b/static/images/random.jpg
index 7ae071d..357f6ca 100755
--- a/static/images/random.jpg
+++ b/static/images/random.jpg
Binary files differ