Skip to content

Commit 380ed69

Browse files
committed
Change title to metadata.
1 parent 13b95e9 commit 380ed69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aiohttp_aiofiles_tutorial/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ async def write_to_outfile(
2222
await outfile.write(f"{page_metadata}\n")
2323
LOGGER.info(f"Fetched URL {i} of {total_count}: {page_metadata}")
2424
except Exception as e:
25-
LOGGER.error(f"Unexpected error while writing page title: {e}")
25+
LOGGER.error(f"Unexpected error while writing page metadata: {e}")

0 commit comments

Comments
 (0)