main
Bob Mottram 2020-02-24 18:49:15 +00:00
parent 4cea05e7b7
commit cc4b869766
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ class PubServer(BaseHTTPRequestHandler):
if not os.path.isfile(blogIndexFilename):
return None,None
print('Test7')
if '#'+userEnding[1]+'\n' not in open(blogIndexFilename).read():
if '#'+userEnding[1]+'.' not in open(blogIndexFilename).read():
return None,None
print('Test8')
messageId=httpPrefix+'://'+domain+'/'+nickname+'/statuses/'+nickname[1]