Fix typo in searchtruth.com
This commit is contained in:
parent
16854572c3
commit
8988e919ef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def main(argv)
|
|||
cmd = Pull.new(Pull.cli(argv))
|
||||
cmd.keepalive do
|
||||
1.upto(114) do |surah_no|
|
||||
next is cmd.exist?(surah_no)
|
||||
next if cmd.exist?(surah_no)
|
||||
rows = []
|
||||
res = cmd.pull_surah(surah_no)
|
||||
rows.concat(grep(res).map.with_index(1) { [_2, _1] })
|
||||
|
|
Loading…
Reference in a new issue