Skip to content

Commit

Permalink
merge broke stats page
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Mar 1, 2024
1 parent 6c97c52 commit 9ade039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/VideoBotsStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def show_title_breadcrumb_share(self, run_title, run_url, bi):
st.markdown(f"# 📊 {bi.name} Analytics")

def render(self):
self.setup_render()
self.setup_sentry()

if not self.request.user or self.request.user.is_anonymous:
st.write("**Please Login to view stats for your bot integrations**")
Expand Down

0 comments on commit 9ade039

Please sign in to comment.