main
Bob Mottram 2020-02-24 18:47:59 +00:00
parent 006cfd4b8c
commit 4cea05e7b7
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]+'\n' not in open(blogIndexFilename).read():
return None,None
print('Test8')
messageId=httpPrefix+'://'+domain+'/'+nickname+'/statuses/'+nickname[1]