mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 22:53:24 +01:00
Remove hookFinalCleanup() from base_adapter--isn't going to do what I wanted.
This commit is contained in:
parent
8038df7921
commit
b249a05720
1 changed files with 0 additions and 7 deletions
|
|
@ -279,9 +279,6 @@ class BaseSiteAdapter(Configurable):
|
|||
if self.logfile:
|
||||
self.story.logfile = self.logfile
|
||||
|
||||
# only called when not self.storyDone
|
||||
self.hookFinalCleanup()
|
||||
|
||||
# logger.debug(u"getStory times:\n%s"%self.times)
|
||||
return self.story
|
||||
|
||||
|
|
@ -385,10 +382,6 @@ class BaseSiteAdapter(Configurable):
|
|||
"Needs to be overriden in each adapter class."
|
||||
pass
|
||||
|
||||
def hookFinalCleanup(self):
|
||||
"Usually not needed."
|
||||
pass
|
||||
|
||||
# Just for series, in case we choose to change how it's stored or represented later.
|
||||
def setSeries(self,name,num):
|
||||
if self.getConfig('collect_series'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue