mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2025-06-29 15:00:45 +02:00
Minor Ambit
This commit is contained in:
parent
53cc99d844
commit
9c270bbc6e
3 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ class Country:
|
||||||
def add_ambit(self, ambit):
|
def add_ambit(self, ambit):
|
||||||
self.ambits.append(ambit)
|
self.ambits.append(ambit)
|
||||||
|
|
||||||
# TODO Habria que filtrar los que no tienen campos de url
|
|
||||||
def __ambits_to_json__(self):
|
def __ambits_to_json__(self):
|
||||||
ambits_list = []
|
ambits_list = []
|
||||||
for ambit in self.ambits:
|
for ambit in self.ambits:
|
||||||
|
|
|
@ -4,7 +4,7 @@ import json
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from ambito import Ambito
|
from ambit import Ambito
|
||||||
from channel import Channel
|
from channel import Channel
|
||||||
from country import Country
|
from country import Country
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue