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()