diff --git a/utils.py b/utils.py index 22454997..4d82a3b0 100644 --- a/utils.py +++ b/utils.py @@ -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