mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 19:56:40 +01:00
Output utf8FromSoup times to debug. Remove before release.
This commit is contained in:
parent
d347523942
commit
4aa9c1bf34
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ class BaseSiteAdapter(Requestable):
|
|||
if self.logfile:
|
||||
self.story.logfile = self.logfile
|
||||
|
||||
# logger.debug(u"getStory times:\n%s"%self.times)
|
||||
logger.debug(u"getStory times:\n%s"%self.times)
|
||||
return self.story
|
||||
|
||||
def getStoryMetadataOnly(self,get_cover=True):
|
||||
|
|
|
|||
Loading…
Reference in a new issue