Fix small error
This commit is contained in:
parent
d0aa476f70
commit
913506df59
@ -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()
|
||||
|
Reference in New Issue
Block a user