rairo commited on
Commit
99e4baa
·
verified ·
1 Parent(s): 5a717c4

Update stories.py

Browse files
Files changed (1) hide show
  1. 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
- st.error("Error fetching chapter text.")
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}")