From 58634f2d0001e4130dd1cfe422cb6c249e177c63 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 31 Jul 2022 01:15:32 +0200 Subject: [PATCH] src: rich text editor added --- src/content.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content.py b/src/content.py index f50944e..89552ee 100644 --- a/src/content.py +++ b/src/content.py @@ -32,8 +32,7 @@ def gen_arch_string(): content_string += "[link - standalone] " - content_string += title + \ - " (" + str(year) + ") - " + str(rating) + "/100
" + content_string += title + " - " + str(rating) + "/100
" content_string += "\n" return content_string