Je ne veux pas aller à Grenoble
This commit is contained in:
parent
9eacd88577
commit
4dbe697acf
2
bot.py
2
bot.py
|
@ -191,7 +191,7 @@ def main(token: str) -> None:
|
||||||
send_mail(json.dumps(dates, indent=2), centre.nom)
|
send_mail(json.dumps(dates, indent=2), centre.nom)
|
||||||
centre.dates = dates
|
centre.dates = dates
|
||||||
|
|
||||||
PREFERRED_CENTRES = ["MASSY", "RUNGIS", "ETAMPES", "SAINT CLOUD", "SAINT PRIEST", "LA TRONCHE"]
|
PREFERRED_CENTRES = ["MASSY", "RUNGIS", "ETAMPES", "SAINT CLOUD", "SAINT PRIEST"]
|
||||||
|
|
||||||
for name in PREFERRED_CENTRES:
|
for name in PREFERRED_CENTRES:
|
||||||
for dpt in departements:
|
for dpt in departements:
|
||||||
|
|
Loading…
Reference in New Issue