Trailing json

main
Bob Mottram 2020-02-24 18:59:55 +00:00
parent 88360cd8ae
commit ba4e816e42
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ class PubServer(BaseHTTPRequestHandler):
print('Test7')
if '#'+userEnding[1]+'.' not in open(blogIndexFilename).read():
return None,None
messageId=httpPrefix+':##'+domainFull+'#users#'+nickname+'#statuses#'+userEnding[1]
messageId=httpPrefix+':##'+domainFull+'#users#'+nickname+'#statuses#'+userEnding[1]+'.json'
print('Test8 '+messageId)
return locatePost(baseDir,nickname,domain,messageId),nickname