forked from indymedia/epicyon
hash
parent
006cfd4b8c
commit
4cea05e7b7
|
@ -896,7 +896,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if not os.path.isfile(blogIndexFilename):
|
if not os.path.isfile(blogIndexFilename):
|
||||||
return None,None
|
return None,None
|
||||||
print('Test7')
|
print('Test7')
|
||||||
if '/'+userEnding[1]+'\n' not in open(blogIndexFilename).read():
|
if '#'+userEnding[1]+'\n' not in open(blogIndexFilename).read():
|
||||||
return None,None
|
return None,None
|
||||||
print('Test8')
|
print('Test8')
|
||||||
messageId=httpPrefix+'://'+domain+'/'+nickname+'/statuses/'+nickname[1]
|
messageId=httpPrefix+'://'+domain+'/'+nickname+'/statuses/'+nickname[1]
|
||||||
|
|
Loading…
Reference in New Issue