Browse Source

Change continent code for Timor Leste

pull/571/head
Dan Hanks 6 years ago
parent
commit
41b3018a79
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      octodns/record/geo_data.py
  2. +1
    -1
      script/generate-geo-data

+ 1
- 1
octodns/record/geo_data.py View File

@ -116,6 +116,7 @@ geo_data = \
'SY': {'name': 'Syrian Arab Republic'},
'TH': {'name': 'Thailand'},
'TJ': {'name': 'Tajikistan'},
'TL': {'name': 'Timor-Leste'},
'TM': {'name': 'Turkmenistan'},
'TR': {'name': 'Turkey'},
'TW': {'name': 'Taiwan, Province of China'},
@ -173,7 +174,6 @@ geo_data = \
'SM': {'name': 'San Marino'},
'UA': {'name': 'Ukraine'},
'VA': {'name': 'Holy See (Vatican City State)'}},
'ID': {'TL': {'name': 'Timor-Leste'}},
'NA': {'AG': {'name': 'Antigua and Barbuda'},
'AI': {'name': 'Anguilla'},
'AW': {'name': 'Aruba'},


+ 1
- 1
script/generate-geo-data View File

@ -24,7 +24,7 @@ continent_backups = {
'PN': 'OC',
'SX': 'NA',
'TF': 'AN',
'TL': 'ID',
'TL': 'AS',
'UM': 'OC',
'VA': 'EU',
}


Loading…
Cancel
Save