main
Bob Mottram 2020-10-09 13:38:58 +01:00
parent fe9047929f
commit 31bc48df9e
1 changed files with 2 additions and 2 deletions

View File

@ -546,9 +546,9 @@ def locateNewsArrival(baseDir: str, domain: str,
postUrl = removeIdEnding(postUrl.strip()).replace('/', '#')
if postUrl.endswith('.json'):
postUrl = postUrl + '.arrival'
postUrl = postUrl + '.arrived'
else:
postUrl = postUrl + '.json.arrival'
postUrl = postUrl + '.json.arrived'
accountDir = baseDir + '/accounts/news@' + domain + '/'
postFilename = accountDir + 'outbox/' + postUrl