Spaces:
Sleeping
Sleeping
Update stories.py
Browse files- stories.py +1 -1
stories.py
CHANGED
|
@@ -385,7 +385,7 @@ def fetch_bible_text(reference):
|
|
| 385 |
else:
|
| 386 |
return str(data)
|
| 387 |
else:
|
| 388 |
-
|
| 389 |
return None
|
| 390 |
except Exception as e:
|
| 391 |
print(f"Exception fetching chapter: {e}")
|
|
|
|
| 385 |
else:
|
| 386 |
return str(data)
|
| 387 |
else:
|
| 388 |
+
print("Error fetching chapter text.")
|
| 389 |
return None
|
| 390 |
except Exception as e:
|
| 391 |
print(f"Exception fetching chapter: {e}")
|