mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Remove a dead line of code
This commit is contained in:
parent
137138a8ab
commit
f99889d5e8
1 changed files with 0 additions and 1 deletions
|
|
@ -455,7 +455,6 @@ def do_download(arg,
|
|||
return
|
||||
|
||||
if update_story and not options.force:
|
||||
urlchaptercount = int(adapter.getStoryMetadataOnly().getMetadata('numChapters').replace(',',''))
|
||||
# returns int adjusted for start-end range.
|
||||
urlchaptercount = adapter.getStoryMetadataOnly().getChapterCount()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue