main
Bob Mottram 2020-02-24 18:30:06 +00:00
parent d46934a163
commit 44d4c76d3c
1 changed files with 1 additions and 1 deletions

View File

@ -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/')