From 913506df59815963ce256ce3de02eb19d551c341 Mon Sep 17 00:00:00 2001 From: pluja Date: Fri, 12 Mar 2021 20:49:10 +0100 Subject: [PATCH] Fix small error --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 3ebafe0..9287b6e 100644 --- a/app/routes.py +++ b/app/routes.py @@ -370,7 +370,7 @@ def followYoutubeChannel(channelId): try: try: if not current_user.is_following_yt(channelId): - channelData = ytch.get_channel_tab_info(channelId, tab='about') + channelData = ytch.get_channel_tab(channelId, tab='about') if channelData == False: return False follow = youtubeFollow()