cola hace 2 años
padre
commit
2039953403
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      data_manage/operate.py

+ 1 - 0
data_manage/operate.py

@@ -150,6 +150,7 @@ def get_channel(arg):
     rsp = requests.get(url)
 
     channel_list = rsp.json()['data']
+    print(len(channel_list))
     data1 = []
     for _ in channel_list:
         # if name_cahnnel in _['resourceName']: