forked from indymedia/epicyon
self
parent
d46934a163
commit
44d4c76d3c
|
@ -867,7 +867,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
print('POST TIMING|'+str(ctr)+'|'+timeDiff)
|
print('POST TIMING|'+str(ctr)+'|'+timeDiff)
|
||||||
ctr+=1
|
ctr+=1
|
||||||
|
|
||||||
def _pathContainsBlogLink(baseDir: str,httpPrefix: str,domain: str,path: str) -> (str,str):
|
def _pathContainsBlogLink(self,baseDir: str,httpPrefix: str,domain: str,path: str) -> (str,str):
|
||||||
"""If the path contains a blog entry then return its filename
|
"""If the path contains a blog entry then return its filename
|
||||||
"""
|
"""
|
||||||
userEnding=path.split('/users/')
|
userEnding=path.split('/users/')
|
||||||
|
|
Loading…
Reference in New Issue