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