Minor
This commit is contained in:
parent
b3acda0edd
commit
a1e212202d
2
bot.py
2
bot.py
|
@ -102,7 +102,7 @@ def generate(df, target, template):
|
||||||
for line in f.read().splitlines():
|
for line in f.read().splitlines():
|
||||||
if "<!-- totalVaccinations -->" in line:
|
if "<!-- totalVaccinations -->" in line:
|
||||||
line = f"{totalVaccines}"
|
line = f"{totalVaccines}"
|
||||||
if "<!-- totalVaccinationsBooster -->" in line:
|
elif "<!-- totalVaccinationsBooster -->" in line:
|
||||||
line = f"{totalVaccinesBooster}"
|
line = f"{totalVaccinesBooster}"
|
||||||
elif "<!-- typeVaccinations -->" in line:
|
elif "<!-- typeVaccinations -->" in line:
|
||||||
line = f"{first_or_second}"
|
line = f"{first_or_second}"
|
||||||
|
|
Loading…
Reference in New Issue