diff --git a/outbox.py b/outbox.py index bd06a24ac..6916c404a 100644 --- a/outbox.py +++ b/outbox.py @@ -329,7 +329,7 @@ def postMessageToOutbox(session, translate: {}, # generate a path for the uploaded image mPath = getMediaPath() mediaPath = mPath + '/' + \ - createPassword(32) + '.' + fileExtension + createPassword(16) + '.' + fileExtension createMediaDirs(baseDir, mPath) mediaFilename = baseDir + '/' + mediaPath # move the uploaded image to its new path