From 19109bfb4e6dbf95359a245fcdc34f021113ca16 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sun, 12 Jul 2015 15:41:43 -0500 Subject: [PATCH] Improved comment. --- fanficfare/adapters/base_xenforoforum_adapter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fanficfare/adapters/base_xenforoforum_adapter.py b/fanficfare/adapters/base_xenforoforum_adapter.py index 8d830b9..4429080 100644 --- a/fanficfare/adapters/base_xenforoforum_adapter.py +++ b/fanficfare/adapters/base_xenforoforum_adapter.py @@ -147,7 +147,8 @@ class BaseXenForoForumAdapter(BaseSiteAdapter): self.setDescription(useurl,bq) - # otherwise, use first post links--include first post since that's + # otherwise, use first post links--include first post since + # that's often also the first chapter. if not self.chapterUrls: self.chapterUrls.append(("First Post",useurl)) for (url,name) in [ (x['href'],stripHTML(x)) for x in bq.find_all('a') ]: