From 9da6cba54352ca16f740a5ed65774a7ffe46873d Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Tue, 22 Jun 2021 16:51:18 +0100
Subject: added some images

---
 app.py                                |   2 +-
 static/images/IMG_20210422_212009.jpg | Bin 0 -> 2976182 bytes
 static/images/embedded_img2.png       | Bin 0 -> 8613 bytes
 static/images/embedded_img3.png       | Bin 0 -> 18291 bytes
 static/images/embedded_img4.png       | Bin 0 -> 16801 bytes
 static/images/embedded_img5.PNG       | Bin 0 -> 11374 bytes
 6 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 static/images/IMG_20210422_212009.jpg
 create mode 100644 static/images/embedded_img2.png
 create mode 100644 static/images/embedded_img3.png
 create mode 100644 static/images/embedded_img4.png
 create mode 100644 static/images/embedded_img5.PNG

diff --git a/app.py b/app.py
index 26e4bad..28d431e 100644
--- a/app.py
+++ b/app.py
@@ -210,7 +210,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, threads = 16)
+            serve(TransLogger(app), host='0.0.0.0', port = 6969, threads = 32)
         else:
             app.run(host = "0.0.0.0", port = 5001, debug = True)
     except IndexError:
diff --git a/static/images/IMG_20210422_212009.jpg b/static/images/IMG_20210422_212009.jpg
new file mode 100644
index 0000000..a8337c4
Binary files /dev/null and b/static/images/IMG_20210422_212009.jpg differ
diff --git a/static/images/embedded_img2.png b/static/images/embedded_img2.png
new file mode 100644
index 0000000..3eeea56
Binary files /dev/null and b/static/images/embedded_img2.png differ
diff --git a/static/images/embedded_img3.png b/static/images/embedded_img3.png
new file mode 100644
index 0000000..2a55742
Binary files /dev/null and b/static/images/embedded_img3.png differ
diff --git a/static/images/embedded_img4.png b/static/images/embedded_img4.png
new file mode 100644
index 0000000..5e6ec6d
Binary files /dev/null and b/static/images/embedded_img4.png differ
diff --git a/static/images/embedded_img5.PNG b/static/images/embedded_img5.PNG
new file mode 100644
index 0000000..c96d284
Binary files /dev/null and b/static/images/embedded_img5.PNG differ
-- 
cgit v1.2.3