Single line

main
Bob Mottram 2020-05-18 11:59:45 +01:00
parent 21c5db8ab4
commit ca76479059
1 changed files with 1 additions and 2 deletions

View File

@ -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