From b6732c2ebda7d8a618f57d90ea6a9456e306afea Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 17 Mar 2026 03:49:38 +0000 Subject: [PATCH] Update README.md i forgot that the readme is wrong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c8625..d5db10d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ flask app for plurals to publicly share member lists ``` REGISTRATION: False # only set to True if in a development situation, or to create your first user -UPLOAD_FOLDER = '/uploads' +UPLOAD_FOLDER = 'myriad/static/icons' ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'} ```