diff --git a/daemon.py b/daemon.py index 03602eac1..4e27e02c9 100644 --- a/daemon.py +++ b/daemon.py @@ -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]