1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2025-04-21 00:19:59 +02:00

Missing field

This commit is contained in:
Jacobo Rodriguez 2019-06-14 06:48:09 +02:00
parent f088ceddd5
commit f6bc6ebf05

View file

@ -148,6 +148,7 @@ andorra.add_ambit(Ambito("Andorra", get_radio_channels_from_part(canales_andorra
# Save data to JSON file # Save data to JSON file
json_result = {"license": get_license_info(), json_result = {"license": get_license_info(),
"epg_url": None,
"countries": [spain.to_json(), "countries": [spain.to_json(),
international.to_json(), international.to_json(),
andorra.to_json()], andorra.to_json()],