Skip to content

Commit bf7f3b5

Browse files
committed
Updated code to reflect new column in source
1 parent b1f35bf commit bf7f3b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MagTag_Covid_Vaccination/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
fully_vaccinated = int(value[8]) / 331984513
6363

6464
magtag.set_text(f"{value[0]} Vaccination Rates", 0, False)
65-
magtag.set_text(value[1], 1, False)
65+
magtag.set_text(value[2], 1, False)
6666
magtag.set_text("Vaccinated: {:.2f}%".format(vaccinated * 100), 2, False)
6767
magtag.set_text(
6868
"Fully Vaccinated: {:.2f}%".format(fully_vaccinated * 100), 3, False

0 commit comments

Comments
 (0)