mirror of https://gitlab.com/bashrc2/epicyon
Else
parent
03b19ec168
commit
cd5f9de93a
|
@ -9084,7 +9084,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
# remove any numbers, eg. avatar123.png becomes avatar.png
|
# remove any numbers, eg. avatar123.png becomes avatar.png
|
||||||
if avatarFile.startswith('avatar'):
|
if avatarFile.startswith('avatar'):
|
||||||
avatarFile = 'avatar.' + avatarFileExt
|
avatarFile = 'avatar.' + avatarFileExt
|
||||||
if avatarFile.startswith('banner'):
|
elif avatarFile.startswith('banner'):
|
||||||
avatarFile = 'banner.' + avatarFileExt
|
avatarFile = 'banner.' + avatarFileExt
|
||||||
elif avatarFile.startswith('image'):
|
elif avatarFile.startswith('image'):
|
||||||
avatarFile = 'image.' + avatarFileExt
|
avatarFile = 'image.' + avatarFileExt
|
||||||
|
|
Loading…
Reference in New Issue