From 4e5ea68dadbf11b91b589a8cbfb3501cce395c8d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 26 Sep 2021 15:10:59 +0100 Subject: [PATCH] Shorter media filenames --- outbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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