From 77cd289a5e6c8336e8dadba1260baf6e6c8d3305 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 19 Apr 2022 14:56:26 +0100 Subject: [PATCH] Create variable --- webapp_create_post.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_create_post.py b/webapp_create_post.py index 77d7b7d34..6019f8762 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -382,6 +382,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, 'imageDescription', '') new_post_image_section += end_edit_section() + new_post_emoji_section = '' common_emoji_str = html_common_emoji(base_dir, 16) if common_emoji_str: new_post_emoji_section = \