Spaces:
Running
Running
Update bible.py
Browse filesFinde Revelation in Revelation
bible.py
CHANGED
@@ -333,7 +333,7 @@ def find_shortest_bible_match(gematria_sum: int, db_file: str = 'bible.db') -> D
|
|
333 |
cursor.execute('''
|
334 |
SELECT words, book, chapter, verse, phrase_length, word_position
|
335 |
FROM results
|
336 |
-
WHERE gematria_sum = ? AND book = '
|
337 |
ORDER BY LENGTH(words) ASC
|
338 |
LIMIT 1
|
339 |
''', (gematria_sum,))
|
|
|
333 |
cursor.execute('''
|
334 |
SELECT words, book, chapter, verse, phrase_length, word_position
|
335 |
FROM results
|
336 |
+
WHERE gematria_sum = ? AND book = 'Revelation'
|
337 |
ORDER BY LENGTH(words) ASC
|
338 |
LIMIT 1
|
339 |
''', (gematria_sum,))
|