mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-27 03:06:45 +01:00
Misspelled the return variable from getOutputFileName.
This commit is contained in:
parent
5618d8036b
commit
e3b4769bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class FanfictionSiteAdapter:
|
|||
def getOutputFileName(self, booksDirectory, format):
|
||||
self.outputFileName = booksDirectory + "/" + self.getOutputName() + "." + format
|
||||
logging.debug('self.outputFileName=%s' % self.outputFileName)
|
||||
return self.outputNameFileName
|
||||
return self.outputFileName
|
||||
|
||||
def getAuthorURL(self):
|
||||
logging.debug('self.authorURL=%s' % self.authorURL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue