mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 04:23:01 +02:00
Fix a bad comment-out
This commit is contained in:
parent
36f56483e6
commit
4d03874f06
1 changed files with 1 additions and 2 deletions
|
|
@ -70,8 +70,7 @@ def get_cover_img(inputio):
|
|||
## remove .. and the part it obviates
|
||||
coverhref = re.sub(r"([^/]+/\.\./)","",coverhref)
|
||||
covertype = item.getAttribute('media-type')
|
||||
# logger.debug("covertype:%s coverhref:%s"%(
|
||||
covertype,coverhref))
|
||||
# logger.debug("covertype:%s coverhref:%s"%(covertype,coverhref))
|
||||
try:
|
||||
coverdata = epub.read(coverhref)
|
||||
# logger.debug("coverdatalen:%s"%len(coverdata))
|
||||
|
|
|
|||
Loading…
Reference in a new issue