|
@@ -90,7 +90,7 @@ def get_channel(arg):
|
|
|
for _ in rsp.json()['data']:
|
|
|
channel_list.append((_['id'], _['nickName']))
|
|
|
channel_dict[_['id']] = _['nickName']
|
|
|
- if user_id in super_auth():
|
|
|
+ if user_id in super_auth() and not pitcher_id:
|
|
|
return channel_list[:100]
|
|
|
select_id = user_id
|
|
|
# 通过pitcher_id,来添加
|