mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
The getSubjects function was returning the author.
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ class FanfictionSiteAdapter:
|
||||
return True
|
||||
|
||||
def getSubjects(self):
|
||||
logging.debug('self.subjects=%s' % self.authorName)
|
||||
logging.debug('self.subjects=%s' % self.subjects)
|
||||
return self.subjects
|
||||
|
||||
def getPublisher(self):
|
||||
|
||||
Reference in New Issue
Block a user