Skip to content

Commit

Permalink
enable streaming by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Feb 29, 2024
1 parent 1788d71 commit ba0a248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ def render_selected_tab(self, selected_tab):
unconnected_q = Q(saved_run=None) | Q(published_run=None)
unconnected_q &= Q(billing_account_uid=self.request.user.uid)
for bi in BotIntegration.objects.filter(unconnected_q):
bi.streaming_enabled = True
bi.user_language = (
st.session_state.get("user_language") or bi.user_language
)
Expand Down

0 comments on commit ba0a248

Please sign in to comment.