RER B is far away, not others transportations
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
835dee0e96
commit
cf1db8f746
@ -490,10 +490,10 @@ class RATPNextStopModule:
|
|||||||
mode = tmp[0][0]
|
mode = tmp[0][0]
|
||||||
line = tmp[0][1:]
|
line = tmp[0][1:]
|
||||||
|
|
||||||
if tmp[0] == "M14":
|
if tmp[0] == "RB":
|
||||||
mint = datetime.now() + timedelta(minutes=4)
|
|
||||||
else:
|
|
||||||
mint = datetime.now() + timedelta(minutes=10)
|
mint = datetime.now() + timedelta(minutes=10)
|
||||||
|
else:
|
||||||
|
mint = datetime.now() + timedelta(minutes=4)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if 1 < len(tmp) < 4:
|
if 1 < len(tmp) < 4:
|
||||||
|
Loading…
Reference in New Issue
Block a user