From 4e4f16e7cc2b1a231c841319639f9c401ff31124 Mon Sep 17 00:00:00 2001 From: thegrinner Date: Thu, 3 Oct 2019 17:48:45 -0400 Subject: [PATCH] Appease flake8 --- sites/fictionlive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}