mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-10 11:40:24 +08:00
Misspelled the return variable from getOutputFileName.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user