fix: document merger

This commit is contained in:
2026-08-28 11:30:08 +08:00
parent 3c5a0205a5
commit 5243764ed6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -362,6 +362,7 @@ def main(driver: Chrome, logger = logging.getLogger('main')):
if column.sent not in headers:
logger.warning("Column '%s' is not found; creating now...", column.sent)
headers.append(column.sent)
cell(1, column.sent).value = column.sent
logger.info('Read %s line(s) total', limit)
logger.info('Subject: %s', subject)