mirror of https://gitlab.com/bashrc2/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
|
return postFilename
|
||||||
|
|
||||||
# is it in the announce cache?
|
# is it in the announce cache?
|
||||||
postFilename = baseDir + '/cache/announce/' + \
|
postFilename = baseDir + '/cache/announce/' + nickname + '/' + postUrl
|
||||||
nickname + '/' + postUrl
|
|
||||||
if os.path.isfile(postFilename):
|
if os.path.isfile(postFilename):
|
||||||
return postFilename
|
return postFilename
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue