forked from indymedia/epicyon
Split index
parent
5e6e2f80c5
commit
2926b690ce
|
@ -5087,7 +5087,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if '.' in optionsProfileUrl and \
|
if '.' in optionsProfileUrl and \
|
||||||
optionsProfileUrl.startswith('/members/'):
|
optionsProfileUrl.startswith('/members/'):
|
||||||
ext = optionsProfileUrl.split('.')[-1]
|
ext = optionsProfileUrl.split('.')[-1]
|
||||||
optionsProfileUrl = optionsProfileUrl.split('/members/')[0]
|
optionsProfileUrl = optionsProfileUrl.split('/members/')[1]
|
||||||
optionsProfileUrl = \
|
optionsProfileUrl = \
|
||||||
'/users/' + optionsProfileUrl + '/avatar.' + ext
|
'/users/' + optionsProfileUrl + '/avatar.' + ext
|
||||||
if optionsPageNumber.isdigit():
|
if optionsPageNumber.isdigit():
|
||||||
|
|
Loading…
Reference in New Issue