Skip to content

Commit

Permalink
Show GH API response.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Feb 21, 2025
1 parent 092d60f commit 9329dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui/webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ def __init__(self):
f"**{release_name}** \n"
f"[More info]({html_url})"
)
else:
st.error(f"An error occurred while fetching the changelog: {response.text}")

st.markdown("---")
st.markdown(
Expand Down

0 comments on commit 9329dd6

Please sign in to comment.