forgot to add ':'
This commit is contained in:
@@ -716,11 +716,11 @@ def updateEconomic(api_key, logf):
|
|||||||
'South Africa':'ZA'}
|
'South Africa':'ZA'}
|
||||||
|
|
||||||
country = all_economic_settings['countries']
|
country = all_economic_settings['countries']
|
||||||
if all_economic_settings['importance'] == 'Low - High'
|
if all_economic_settings['importance'] == 'Low - High':
|
||||||
importance = -1
|
importance = -1
|
||||||
elif all_economic_settings['importance'] == 'Med - High'
|
elif all_economic_settings['importance'] == 'Med - High':
|
||||||
importance = 0
|
importance = 0
|
||||||
elif all_economic_settings['importance'] == 'High'
|
elif all_economic_settings['importance'] == 'High':
|
||||||
importance = 1
|
importance = 1
|
||||||
country_codes_list = [country_codes[c] for c in country]
|
country_codes_list = [country_codes[c] for c in country]
|
||||||
result = ",".join(country_codes_list)
|
result = ",".join(country_codes_list)
|
||||||
|
Reference in New Issue
Block a user