mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-12-28 02:02:40 +01: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):
|
||||
self.ambits.append(ambit)
|
||||
|
||||
# TODO Habria que filtrar los que no tienen campos de url
|
||||
def __ambits_to_json__(self):
|
||||
ambits_list = []
|
||||
for ambit in self.ambits:
|
||||
|
|
|
@ -4,7 +4,7 @@ import json
|
|||
|
||||
import requests
|
||||
|
||||
from ambito import Ambito
|
||||
from ambit import Ambito
|
||||
from channel import Channel
|
||||
from country import Country
|
||||
|
||||
|
|
Loading…
Reference in a new issue