Skip to content

Тестовые данные читаются из файла, а не stdin. #57

@tatyderb

Description

@tatyderb

Добавить параметр в CONFIG.
Сейчас это делается так

HEADER
import sys
text = sys.stdin.read()
filename = 'mail.txt'
with open(filename, 'w') as fd:
    fd.write(text)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions