From 41e47bc91f060fa60e9cee319b8fe4982cb8bef2 Mon Sep 17 00:00:00 2001 From: MacaroonRemarkable Date: Wed, 29 Oct 2025 09:53:16 -0700 Subject: [PATCH] Update adapter_fictionlive.py Switched to concatenation rather than .format --- fanficfare/adapters/adapter_fictionlive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanficfare/adapters/adapter_fictionlive.py b/fanficfare/adapters/adapter_fictionlive.py index 3c083c5a..0d3ccc41 100644 --- a/fanficfare/adapters/adapter_fictionlive.py +++ b/fanficfare/adapters/adapter_fictionlive.py @@ -505,7 +505,7 @@ class FictionLiveAdapter(BaseSiteAdapter): posts_title = chunk['b'] if 'b' in chunk else "Reader Posts" output = "" - output += u"

{} — Posting {}".format(posts_title, closed) + output += u"

" + posts_title + "— Posting " + closed output += u" — " + num_votes + "

\n" ## so. a voter can roll with their post. these rolls are in a seperate dict, but have the **same uid**.