mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-09 11:14:08 +08:00
Remove a debug print-causes problems with web version.
This commit is contained in:
@@ -282,7 +282,7 @@ class TwistingTheHellmouthSiteAdapter(BaseSiteAdapter):
|
||||
self.story.addToList('category','Buffy: The Vampire Slayer')
|
||||
|
||||
pseries = soup.find('p', {'style':'margin-top:0px'})
|
||||
print("pseries:%s"%pseries.get_text())
|
||||
#print("pseries:%s"%pseries.get_text())
|
||||
m = re.match('This story is No\. (?P<num>\d+) in the series "(?P<series>.+)"\.',
|
||||
pseries.get_text())
|
||||
if m:
|
||||
|
||||
Reference in New Issue
Block a user