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**.