- 108
- 14
Помогите с кодом, выбивает ошибку (TypeError: expected str, bytes or os.PathLike object, not tuple) на 3 строке
Python:
elif select == '1':
from mail import get_mail
text_file = 'Akum.csv', 'BP1.csv'
search_value = input(f'{COLOR_CODE["YELLOW"]}[@]Введите почту:')
get_mail(text_file, search_value)