commit | d70cb9e661a46778cbd003e717a64661512d1bfa | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Tue Oct 26 05:33:02 2021 +0000 |
committer | Shad Ansari <shad69@gmail.com> | Tue Oct 26 05:33:02 2021 +0000 |
tree | cb0b2f7acfc7a3534c7cc531ed6f29889efdd46f | |
parent | 26682be2547938e60f6d9daf58b63da78d8a3085 [diff] [blame] |
Turn on flask debug Change-Id: Icd54e010dd9b6cce05b3709f5adf42539ac1be01
diff --git a/person_detection/app.py b/person_detection/app.py index 05eaba4..1386d63 100644 --- a/person_detection/app.py +++ b/person_detection/app.py
@@ -63,4 +63,4 @@ if __name__ == '__main__': args = build_argparser().parse_args() - app.run(host='0.0.0.0', threaded=False, processes=3) + app.run(host='0.0.0.0', debug=True)