merge-requests/30/head
Bob Mottram 2021-02-28 12:04:52 +00:00
parent d4e3fefda1
commit 87ca915e72
1 changed files with 1 additions and 0 deletions

View File

@ -13806,6 +13806,7 @@ class PubServer(BaseHTTPRequestHandler):
callingDomain, cookie,
authorized)
if pageNumber:
print(currPostType + ' post received')
nickname = self.path.split('/users/')[1]
if '?' in nickname:
nickname = nickname.split('?')[0]