forgot to add ':'
This commit is contained in:
parent
8c776d6660
commit
bd6e28272a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user