fix: document merger
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user