mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-22 16:54:06 +01:00
Remove a debug print-causes problems with web version.
This commit is contained in:
parent
4cbca8dd1a
commit
8a0e5611c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue