From 00b6811a20744a04392d92288390c1a872083048 Mon Sep 17 00:00:00 2001 From: taire Date: Mon, 5 Oct 2020 17:38:59 +0200 Subject: [PATCH] typo in comment --- scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape.py b/scrape.py index 3e0c0c7..24e91bc 100644 --- a/scrape.py +++ b/scrape.py @@ -145,7 +145,7 @@ async def main(): print('cache is empty') cache = [] - # scape all blog posts and process them + # scrape all blog posts and process them blog = get_blog() for post in blog: # check if post url is in cache and matches our category