diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-06-22 16:51:18 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-06-22 16:51:18 +0100 |
commit | 9da6cba54352ca16f740a5ed65774a7ffe46873d (patch) | |
tree | bf1e4e9196df615e256788c992500b69d7deac9c | |
parent | 0edeab9b62a10e7212a6503ea8b7504b4c39a641 (diff) | |
download | eda.gay-9da6cba54352ca16f740a5ed65774a7ffe46873d.tar.gz eda.gay-9da6cba54352ca16f740a5ed65774a7ffe46873d.zip |
added some images
-rw-r--r-- | app.py | 2 | ||||
-rw-r--r-- | static/images/IMG_20210422_212009.jpg | bin | 0 -> 2976182 bytes | |||
-rw-r--r-- | static/images/embedded_img2.png | bin | 0 -> 8613 bytes | |||
-rw-r--r-- | static/images/embedded_img3.png | bin | 0 -> 18291 bytes | |||
-rw-r--r-- | static/images/embedded_img4.png | bin | 0 -> 16801 bytes | |||
-rw-r--r-- | static/images/embedded_img5.PNG | bin | 0 -> 11374 bytes |
6 files changed, 1 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..a8337c4 --- /dev/null +++ b/static/images/IMG_20210422_212009.jpg diff --git a/static/images/embedded_img2.png b/static/images/embedded_img2.png Binary files differnew file mode 100644 index 0000000..3eeea56 --- /dev/null +++ b/static/images/embedded_img2.png diff --git a/static/images/embedded_img3.png b/static/images/embedded_img3.png Binary files differnew file mode 100644 index 0000000..2a55742 --- /dev/null +++ b/static/images/embedded_img3.png diff --git a/static/images/embedded_img4.png b/static/images/embedded_img4.png Binary files differnew file mode 100644 index 0000000..5e6ec6d --- /dev/null +++ b/static/images/embedded_img4.png diff --git a/static/images/embedded_img5.PNG b/static/images/embedded_img5.PNG Binary files differnew file mode 100644 index 0000000..c96d284 --- /dev/null +++ b/static/images/embedded_img5.PNG |