This commit is contained in:
deathbybandaid 2020-11-27 16:08:46 -05:00
parent 05aa2b0945
commit a1c24de89e

View File

@ -23,6 +23,8 @@ class OriginChannels():
channel_list.append(clean_station_item) channel_list.append(clean_station_item)
print(clean_station_item) print(clean_station_item)
print(len(channel_list))
return channel_list return channel_list
def get_channel_stream(self, chandict): def get_channel_stream(self, chandict):