Update adapter_fictionlive.py

Switched to concatenation rather than .format
This commit is contained in:
MacaroonRemarkable 2025-10-29 09:53:16 -07:00 committed by GitHub
parent f566cc9345
commit 41e47bc91f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -505,7 +505,7 @@ class FictionLiveAdapter(BaseSiteAdapter):
posts_title = chunk['b'] if 'b' in chunk else "Reader Posts"
output = ""
output += u"<h4><span>{} — <small> Posting {}".format(posts_title, closed)
output += u"<h4><span>" + posts_title + "— <small> Posting " + closed
output += u"" + num_votes + "</small></span></h4>\n"
## so. a voter can roll with their post. these rolls are in a seperate dict, but have the **same uid**.