From 303ec880e954a63f202ef9a0d2db152e08bf53c4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 14 Nov 2025 16:44:39 -0500 Subject: [PATCH] Fix verse of the day Psalm references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change "Psalm" to "Psalms" to match the Bible JSON format. This fixes verse lookup for Psalms in the daily verse rotation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/server.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kjvstudy_org/server.py b/kjvstudy_org/server.py index c07e49b..04836d3 100644 --- a/kjvstudy_org/server.py +++ b/kjvstudy_org/server.py @@ -1530,27 +1530,27 @@ def get_daily_verse(): ("Isaiah", 41, 10), ("Matthew", 11, 28), ("1 John", 4, 19), - ("Psalm", 23, 1), + ("Psalms", 23, 1), ("2 Corinthians", 5, 17), ("Ephesians", 2, 8), ("Romans", 10, 9), ("1 Peter", 5, 7), ("James", 1, 5), ("Philippians", 4, 19), - ("Psalm", 119, 105), + ("Psalms", 119, 105), ("Matthew", 6, 33), ("Romans", 12, 2), ("1 Corinthians", 13, 13), ("Galatians", 5, 22), ("Hebrews", 11, 1), ("1 Thessalonians", 5, 18), - ("Psalm", 46, 1), + ("Psalms", 46, 1), ("Isaiah", 40, 31), ("Matthew", 5, 16), ("Romans", 15, 13), ("Colossians", 3, 23), ("1 John", 1, 9), - ("Psalm", 37, 4), + ("Psalms", 37, 4), ("Proverbs", 27, 17) ]