sivan22 commited on
Commit
ccb73d9
·
verified ·
1 Parent(s): fbcf8d0

Update sefaria.py

Browse files
Files changed (1) hide show
  1. sefaria.py +1 -1
sefaria.py CHANGED
@@ -65,7 +65,7 @@ def _get_hebrew_text(parasha_ref):
65
  return he_pasuk
66
  else:
67
  print(f"Could not retrieve Hebrew text for {parasha_ref}")
68
- return None
69
 
70
 
71
  def get_commentaries(parasha_ref)-> list[str]:
 
65
  return he_pasuk
66
  else:
67
  print(f"Could not retrieve Hebrew text for {parasha_ref}")
68
+ return "Text Not Found"
69
 
70
 
71
  def get_commentaries(parasha_ref)-> list[str]: