forked from indymedia/epicyon
Single line
parent
21c5db8ab4
commit
ca76479059
3
utils.py
3
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue