1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2024-09-30 09:12:01 +02:00
This commit is contained in:
Marc Vila 2019-06-15 00:12:26 +02:00
parent ba7270e3be
commit 341060490e
4 changed files with 15 additions and 15 deletions

View file

@ -209,7 +209,7 @@ function loadChannelsInList() {
return response.json();
})
.then(function(myJson) {
nacionales = myJson[1];
nacionales = myJson["countries"][0]; //Spain is the [0] country
var items = [];
$.each(nacionales["ambits"], function( ambit, ambit_val ) {

View file

@ -1,5 +1,5 @@
import re
import calendar
import re
import time
from channel import Channel