mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2025-04-18 15:16:01 +02:00
fix web
This commit is contained in:
parent
ba7270e3be
commit
341060490e
4 changed files with 15 additions and 15 deletions
|
@ -209,7 +209,7 @@ function loadChannelsInList() {
|
||||||
return response.json();
|
return response.json();
|
||||||
})
|
})
|
||||||
.then(function(myJson) {
|
.then(function(myJson) {
|
||||||
nacionales = myJson[1];
|
nacionales = myJson["countries"][0]; //Spain is the [0] country
|
||||||
|
|
||||||
var items = [];
|
var items = [];
|
||||||
$.each(nacionales["ambits"], function( ambit, ambit_val ) {
|
$.each(nacionales["ambits"], function( ambit, ambit_val ) {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import re
|
|
||||||
import calendar
|
import calendar
|
||||||
|
import re
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from channel import Channel
|
from channel import Channel
|
||||||
|
|
Loading…
Add table
Reference in a new issue