mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2025-09-04 16:01:30 +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):
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue