Вот что написано в debag
C:\Users\konstantin.larin\PycharmProjects\my_apk\venv\Scripts\python.exe "C:\Users\konstantin.larin\AppData\Local\JetBrains\PyCharm Community Edition 2021.2.3\plugins\python-ce\helpers\pydev\
pydevd.py" --multiproc --qt-support=auto --client
127.0.0.1 --port 56763 --file C:/Users/konstantin.larin/PycharmProjects/my_apk/apk.py
warning: PYDEVD_USE_CYTHON environment variable is set to 'NO'. Frame evaluator will be also disabled because it requires Cython extensions to be enabled in order to operate correctly.
C:\Users\konstantin.larin\AppData\Local\JetBrains\PyCharm Community Edition 2021.2.3\plugins\python-ce\helpers\pydev\
pydevd.py:1844: DeprecationWarning: currentThread() is deprecated, use current_thread() instead
dummy_thread = threading.currentThread()
Connected to pydev debugger (build 212.5457.59)
* Serving Flask app 'apk' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on
http://127.0.0.1:5000/ (Press CTRL+C to quit)