mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Update adapter_fictionlive.py
Changed for py2 backward compatibility
This commit is contained in:
parent
71b21a0a13
commit
f566cc9345
1 changed files with 1 additions and 1 deletions
|
|
@ -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**.
|
||||
|
|
|
|||
Loading…
Reference in a new issue