Skip to content

Commit

Permalink
Write XML-File to Output
Browse files Browse the repository at this point in the history
  • Loading branch information
Olthoff231381 committed Sep 23, 2024
2 parents 822131c + 95c4add commit c5aede9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mailcom/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ def make_dir(path: str):
# process the text
io = InoutHandler(path_input)
io.list_of_files()
io = InoutHandler(path_input)
io.list_of_files()
# html_files = list_of_files(path_input, "html")
for file in io.email_list:
text = io.get_text(file)
Expand Down

0 comments on commit c5aede9

Please sign in to comment.