diff --git a/sites/fictionlive.py b/sites/fictionlive.py index f8d54f2..fc2cdd6 100644 --- a/sites/fictionlive.py +++ b/sites/fictionlive.py @@ -55,7 +55,7 @@ class FictionLive(Site): if segment['nt'] == 'chapter': html.extend(('
', segment['b'].replace('
', '
'), '
')) elif segment['nt'] == 'choice': - if not 'votes' in segment: + if 'votes' not in segment: # Somehow, sometime, we end up with a choice without votes (or choices) continue votes = {}