diff --git a/coronavis.py b/coronavis.py index 1ee50d9..5d8a362 100644 --- a/coronavis.py +++ b/coronavis.py @@ -13,7 +13,7 @@ sys.path.append(".") #### config # countries of interest -countries = ["Germany", "Italy", "China", "Japan", "South Korea", "Iran", "United States", "World", "United Kingdom", "Sweden"] +countries = ["Germany", "Italy", "India", "Japan", "Brazil", "Iran", "United States", "World", "United Kingdom", "Sweden"] # enabled plots plots = ["basics", "death_per_case", #"normalized_to_first_death", "delay_from_china", "delay_from_usa", "normalized_to_ten_cases", "percent_increase", @@ -39,7 +39,7 @@ def get_data(): if not os.path.isfile(datafile): - for n in tries: + for n in range(tries): try: r = requests.get(dataurl) except: