Hello, sorry for my English and the number of messages I sent in support, I'll try to describe the problem.
At the moment I have an empty flask application (www.hvh-online.com /home/Lvadislav/hvh/network.py), in which I commented absolutely everything except for 2 lines:
from flask import Flask
app = Flask(__name__)
But this application does not start, the server logs show that it tries to do this every few minutes without result.
If I try to create a new application and move the code there, then everything works fine) Thanks in advance for your reply.