From 561640abfe55a12e68784880933220b11f870432 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 6 Oct 2020 10:38:41 +0100 Subject: [PATCH] Tidying --- newswire.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/newswire.py b/newswire.py index 5cf8600d..ea6c62c8 100644 --- a/newswire.py +++ b/newswire.py @@ -245,9 +245,6 @@ def addLocalBlogsToNewswire(baseDir: str, newswire: {}, maxBlogsPerAccount: int) -> None: """Adds blogs from this instance into the newswire """ - # file containing suspended account nicknames - suspendedFilename = baseDir + '/accounts/suspended.txt' - # go through each account for subdir, dirs, files in os.walk(baseDir + '/accounts'): for handle in dirs: