Fix exclude_notes

Accidentally deleted this line
This commit is contained in:
Pk11 2020-10-03 03:56:39 -05:00 committed by Jim Miller
parent 3e3a13c096
commit df963ca78c

View file

@ -271,6 +271,8 @@ class ScribbleHubComAdapter(BaseSiteAdapter): # XXX
div = soup.find('div', {'id' : 'chp_raw'})
exclude_notes=self.getConfigList('exclude_notes')
if 'authornotes' in exclude_notes:
# Remove author's notes
# There can be multiple in one chapter, so loop until none are left