- Регистрация
- 10.03.2022
- Сообщения
- 171
- Благодарностей
- 12
- Баллы
- 18
I have a .csv file that reads people's first and last names. When the project encounters an error, it goes to the (bad end) function where it puts this data back into the .csv file. If the bot encounters an error before reading this table with the names, it goes to the (bad end) function and inserts a blank line into the .csv file, causing the bot to generate many more errors and more blank lines, i.e., blank columns within the file. Is there any function to solve this? If yes, could you help me by telling me which one?