Split index

merge-requests/8/head
Bob Mottram 2020-12-20 13:24:22 +00:00
parent 5e6e2f80c5
commit 2926b690ce
1 changed files with 1 additions and 1 deletions

View File

@ -5087,7 +5087,7 @@ class PubServer(BaseHTTPRequestHandler):
if '.' in optionsProfileUrl and \
optionsProfileUrl.startswith('/members/'):
ext = optionsProfileUrl.split('.')[-1]
optionsProfileUrl = optionsProfileUrl.split('/members/')[0]
optionsProfileUrl = optionsProfileUrl.split('/members/')[1]
optionsProfileUrl = \
'/users/' + optionsProfileUrl + '/avatar.' + ext
if optionsPageNumber.isdigit():