diff --git a/fanficfare/adapters/adapter_fictionlive.py b/fanficfare/adapters/adapter_fictionlive.py index d5f561e2..f374fd52 100644 --- a/fanficfare/adapters/adapter_fictionlive.py +++ b/fanficfare/adapters/adapter_fictionlive.py @@ -502,8 +502,10 @@ class FictionLiveAdapter(BaseSiteAdapter): # now matches the site and does *not* include dicerolls as posts! num_votes = str(len(posts)) + " posts" if len(posts) != 0 else "be the first to post." + posts_title = chunk['b'] if 'b' in chunk else "Reader Posts" + output = "" - output += u"

Reader Posts — Posting " + 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**.