From d60173def4a4f88fddc4599fe8a25f779aeeb8ed Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 28 Sep 2019 17:31:03 +0100 Subject: [PATCH] Missing import --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index 65a82d21..90a3b4bf 100644 --- a/posts.py +++ b/posts.py @@ -43,6 +43,7 @@ from media import attachMedia from content import addHtmlTags from auth import createBasicAuthHeader from config import getConfigParam +from blocking import isBlocked try: from BeautifulSoup import BeautifulSoup except ImportError: