diff --git a/daemon.py b/daemon.py index 285553596..355555a1c 100644 --- a/daemon.py +++ b/daemon.py @@ -5485,7 +5485,7 @@ class PubServer(BaseHTTPRequestHandler): if os.path.isfile(postImageFilename): print('profile update POST ' + mType + ' image or font saved to ' + postImageFilename) - if mType != 'instanceLogo': + if mType != 'instanceLogo' and mType != 'customFont': lastPartOfImageFilename = \ postImageFilename.split('/')[-1] profileMediaTypesUploaded[mType] = \