From 2c8a883ee315423bb6e6497c48b9ad8211f8ebbb Mon Sep 17 00:00:00 2001 From: taizan-hokouto <55448286+taizan-hokuto@users.noreply.github.com> Date: Sat, 5 Dec 2020 14:43:56 +0900 Subject: [PATCH] Format --- pytchat/processors/html_archiver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytchat/processors/html_archiver.py b/pytchat/processors/html_archiver.py index 98e4533..fc40aa2 100644 --- a/pytchat/processors/html_archiver.py +++ b/pytchat/processors/html_archiver.py @@ -86,7 +86,7 @@ class HTMLArchiver(ChatProcessor): Count of total lines written to the file. """ if chat_components is None or len(chat_components) == 0: - return self.save_path ,self.counter + return self.save_path, self.counter for c in self.processor.process(chat_components).items: self.tmp_fp.write( self._parse_html_line(( @@ -159,7 +159,7 @@ class HTMLArchiver(ChatProcessor): # write header outfile.writelines(( HEADER_HTML, self._create_styles(), '\n', - '
\n', '