davidr70 commited on
Commit
ac1fffc
·
1 Parent(s): e50cdb0

change to no nikud

Browse files
Files changed (1) hide show
  1. 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.text_with_nikud as text
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
  """