From 648ec44fab0888b88ccbb08eb5954f6e46570776 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 23 Jul 2021 13:10:17 +0100 Subject: [PATCH] Extra common word --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index f2d3aae8d..fe1ca8d5a 100644 --- a/posts.py +++ b/posts.py @@ -509,7 +509,7 @@ def _getCommonWords() -> str: 'includes', 'know', 'knowing', 'knows', 'things', 'say', 'says', 'saying', 'many', 'somewhat', 'problem', 'problems', 'idea', 'ideas', - 'using', 'uses' + 'using', 'uses', 'https' ) def _updateWordFrequency(content: str, wordFrequency: {}) -> None: