From 0334c5db3d31e56ee04ac4ce17823c17d94b9c37 Mon Sep 17 00:00:00 2001 From: Alexander Metzger Date: Thu, 29 Feb 2024 23:19:47 -0800 Subject: [PATCH] hide instagram --- recipes/VideoBots.py | 4 ++-- routers/facebook_api.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py index 280b8ba43..179ecf6cf 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -1144,12 +1144,12 @@ def integration_connect_screen(
Connect to a Facebook Page you own. Help Guide.
-
+
""", unsafe_allow_html=True, diff --git a/routers/facebook_api.py b/routers/facebook_api.py index 93109d62b..9e5936723 100644 --- a/routers/facebook_api.py +++ b/routers/facebook_api.py @@ -125,7 +125,7 @@ def fb_connect_redirect(request: Request): return RedirectResponse(str(redirect_url)) on_completion = request.query_params.get("state") - retry_button = f'Retry' + retry_button = f'Retry' code = request.query_params.get("code") if not code: