mirror of https://gitlab.com/bashrc2/epicyon
Split index
parent
5e6e2f80c5
commit
2926b690ce
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue