Every second item in python list is disappearing in flask app
I have a flask application (Python 3 / Flask 2.2.5) which I am doing a once-off import of data using a flask custom command, the data is being imported via an API.
I have a flask application (Python 3 / Flask 2.2.5) which I am doing a once-off import of data using a flask custom command, the data is being imported via an API.