From f566cc9345fd7b36a9b1bbc236e2f55404eae160 Mon Sep 17 00:00:00 2001 From: MacaroonRemarkable Date: Wed, 29 Oct 2025 08:45:21 -0700 Subject: [PATCH] Update adapter_fictionlive.py Changed for py2 backward compatibility --- 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 ad07729d..3c083c5a 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"

{posts_title} — Posting " + closed + output += u"

{} — Posting {}".format(posts_title, 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**.