diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-02-24 07:49:20 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-02-24 07:49:20 -0500 |
| commit | 57cc74a93724ed61c79b779ff7cc0274d9c24830 (patch) | |
| tree | f92f3d555964d6e949781c752d887c03c2e1b2ba /makeplan.sh | |
| parent | e7ec12e5032dd11e67c5a6f3360eb790f4c28fa4 (diff) | |
| download | cgi-bin-57cc74a93724ed61c79b779ff7cc0274d9c24830.tar.gz | |
plan: use net because of esv api request limit
Diffstat (limited to 'makeplan.sh')
| -rw-r--r-- | makeplan.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makeplan.sh b/makeplan.sh index 8853728..942c550 100644 --- a/makeplan.sh +++ b/makeplan.sh @@ -8,13 +8,13 @@ ps="$(grep "^$day" "$1" | cut -f4)" pr="$(grep "^$day" "$1" | cut -f5)" echo "# Old Testament Reading" -gmni "gemini://gemini.zachdecook.com/cgi-bin/esv.sh?$ot" +gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$ot" echo "# New Testament Reading" gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$nt" echo "# Psalm" -gmni "gemini://gemini.zachdecook.com/cgi-bin/esv.sh?$ps" +gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$ps" echo "# Proverb" gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$pr" |
