diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py index d7bc69469..0ec69af01 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -971,7 +971,6 @@ def render_selected_tab(self, selected_tab): # if we come from an integration redirect, we connect the integrations if "connect_ids" in self.request.query_params: self.integrations_on_connect( - self.request.query_params.getlist("connect_ids"), current_run, published_run, ) @@ -998,7 +997,7 @@ def render_selected_tab(self, selected_tab): integrations, current_run, published_run ) - def integrations_on_connect(self, ids: list[int], current_run, published_run): + def integrations_on_connect(self, current_run, published_run): from app_users.models import AppUser from daras_ai_v2.base import RedirectException from daras_ai_v2.slack_bot import send_confirmation_msg