m0_48658002:
* Serving Flask app "app" (lazy loading)
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: on
* Restarting with stat
* Debugger is active!
* Debugger PIN: 259-151-916
Exception in thread Thread-1:
Traceback (most recent call last):
File "D:\Python3.8\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "D:\Python3.8\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\Python3.8\lib\site-packages\werkzeug\serving.py", line 771, in inner
srv = make_server(hostname, port, application, threaded,
File "D:\Python3.8\lib\site-packages\werkzeug\serving.py", line 665, in make_server
return BaseWSGIServer(host, port, app, request_handler,
File "D:\Python3.8\lib\site-packages\werkzeug\serving.py", line 576, in __init__
HTTPServer.__init__(self, get_s