diff options
-rw-r--r-- | app.py | 2 | ||||
-rwxr-xr-x | static/images/random.jpg | bin | 165497 -> 186689 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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 Binary files differindex 7ae071d..357f6ca 100755 --- a/static/images/random.jpg +++ b/static/images/random.jpg |