This little snippet can be used to keep bots occupied, by sending them random data very slowly.
It will not block them, but it will slow them down.
To add a tarpit to your flask application, you need two parts:
Some logic to detect bot/malicious requests and this snippet.