main
Bob Mottram 2020-02-21 12:56:52 +00:00
parent faefedfc98
commit 46690381bb
1 changed files with 1 additions and 1 deletions

View File

@ -5153,7 +5153,7 @@ class PubServer(BaseHTTPRequestHandler):
pageNumber=self._receiveNewPost(authorized,currPostType,self.path)
if pageNumber:
nickname=path.split('/users/')[1]
nickname=self.path.split('/users/')[1]
if '/' in nickname:
nickname=nickname.split('/')[0]