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