pull-arabic: add parenthesis
This commit is contained in:
parent
b3d2ef312b
commit
a81a7b0df7
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ end
|
|||
.end
|
||||
exit(1)
|
||||
end
|
||||
line.rewind.print "#{chapter} of 114 chapters saved. "
|
||||
line.rewind.print("#{chapter} of 114 chapters saved. ")
|
||||
sleep(delay)
|
||||
end
|
||||
line.end.print(Paint["Done.", :bold]).end
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# is requested from the https://quran.com website.
|
||||
#
|
||||
# Each chapter is then saved to a JSON file - for example:
|
||||
# "src/en/1.json", "src/en/2.json", etc.
|
||||
# "src/json/en/1.json", "src/json/en/2.json", etc.
|
||||
|
||||
##
|
||||
# Dependencies
|
||||
|
|
Loading…
Reference in a new issue