Update adapter_fictionlive.py

Changed for py2 backward compatibility
This commit is contained in:
MacaroonRemarkable 2025-10-29 08:45:21 -07:00 committed by GitHub
parent 71b21a0a13
commit f566cc9345
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>{posts_title} — <small> Posting " + closed
output += u"<h4><span>{} — <small> Posting {}".format(posts_title, 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**.