Spaces:
Running
Running
Update sefaria.py
Browse files- 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
|
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]:
|