esvapi: refactor
18 insertions, 68 deletions! (🚀) Fixes: https://todo.sr.ht/~jeremy/esv/6
This commit is contained in:
parent
a2be024c45
commit
f353279458
3 changed files with 18 additions and 68 deletions
|
@ -97,7 +97,7 @@ main(string[] args)
|
|||
enforceDie(apiKey != null,
|
||||
"API key not present in configuration file; cannot proceed");
|
||||
|
||||
esv = new ESVApi(apiKey);
|
||||
esv = ESVApi(apiKey);
|
||||
|
||||
try
|
||||
writeln(esv.searchFormat(args[1]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue