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