pull-arabic: add parenthesis

This commit is contained in:
0x1eef 2022-07-15 14:35:44 -03:00
parent b3d2ef312b
commit a81a7b0df7
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ end
.end .end
exit(1) exit(1)
end end
line.rewind.print "#{chapter} of 114 chapters saved. " line.rewind.print("#{chapter} of 114 chapters saved. ")
sleep(delay) sleep(delay)
end end
line.end.print(Paint["Done.", :bold]).end line.end.print(Paint["Done.", :bold]).end

View file

@ -5,7 +5,7 @@
# is requested from the https://quran.com website. # is requested from the https://quran.com website.
# #
# Each chapter is then saved to a JSON file - for example: # 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 # Dependencies