mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
adapter_wwwaneroticstorycom: 'Complete'->'Completed'
This commit is contained in:
parent
dddb771d79
commit
724796832e
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class WWWAnEroticStoryComAdapter(BaseSiteAdapter):
|
|||
self.chapterUrls.append(('1', self.url))
|
||||
|
||||
# Setting the status to complete
|
||||
self.story.setMetadata('status', 'Complete')
|
||||
self.story.setMetadata('status', 'Completed')
|
||||
|
||||
self.story.setMetadata('numChapters', len(self.chapterUrls))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue