From ca764790597f63bf28167b0263e3b95a10266fd5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 18 May 2020 11:59:45 +0100 Subject: [PATCH] Single line --- utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils.py b/utils.py index 63680ff9..aff3cd17 100644 --- a/utils.py +++ b/utils.py @@ -351,8 +351,7 @@ def locatePost(baseDir: str, nickname: str, domain: str, return postFilename # is it in the announce cache? - postFilename = baseDir + '/cache/announce/' + \ - nickname + '/' + postUrl + postFilename = baseDir + '/cache/announce/' + nickname + '/' + postUrl if os.path.isfile(postFilename): return postFilename