We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f35bf commit bf7f3b5Copy full SHA for bf7f3b5
1 file changed
MagTag_Covid_Vaccination/code.py
@@ -62,7 +62,7 @@
62
fully_vaccinated = int(value[8]) / 331984513
63
64
magtag.set_text(f"{value[0]} Vaccination Rates", 0, False)
65
- magtag.set_text(value[1], 1, False)
+ magtag.set_text(value[2], 1, False)
66
magtag.set_text("Vaccinated: {:.2f}%".format(vaccinated * 100), 2, False)
67
magtag.set_text(
68
"Fully Vaccinated: {:.2f}%".format(fully_vaccinated * 100), 3, False
0 commit comments