RER B is far away, not others transportations
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2024-09-16 06:58:12 +02:00
parent 835dee0e96
commit cf1db8f746

View File

@ -490,10 +490,10 @@ class RATPNextStopModule:
mode = tmp[0][0]
line = tmp[0][1:]
if tmp[0] == "M14":
mint = datetime.now() + timedelta(minutes=4)
else:
if tmp[0] == "RB":
mint = datetime.now() + timedelta(minutes=10)
else:
mint = datetime.now() + timedelta(minutes=4)
try:
if 1 < len(tmp) < 4: