mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Had left in a debugging statements that should have been removed..
This commit is contained in:
parent
379efc34f1
commit
363c211401
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ class HPFiction(FanfictionSiteAdapter):
|
|||
if tds is not None and len(tds) > 0:
|
||||
for td in tds:
|
||||
s = re.split ("<[^>]+>", str(td).replace('\n','').replace(' ',' '))
|
||||
logging.debug('s=%s' % s)
|
||||
ii = 0
|
||||
ll = len(s)
|
||||
sss = ''
|
||||
|
|
|
|||
Loading…
Reference in a new issue