Spaces:
Runtime error
Runtime error
change to no nikud
Browse files- data_access.py +1 -1
data_access.py
CHANGED
|
@@ -249,7 +249,7 @@ async def get_source_text(conn: asyncpg.Connection, tractate_chunk_id: int):
|
|
| 249 |
"""
|
| 250 |
|
| 251 |
query = """
|
| 252 |
-
SELECT tb.
|
| 253 |
FROM talmud_bavli tb
|
| 254 |
WHERE tb.tractate_chunk_id = $1
|
| 255 |
"""
|
|
|
|
| 249 |
"""
|
| 250 |
|
| 251 |
query = """
|
| 252 |
+
SELECT tb.text as text
|
| 253 |
FROM talmud_bavli tb
|
| 254 |
WHERE tb.tractate_chunk_id = $1
|
| 255 |
"""
|