Update mapd.py (#672)

old-commit-hash: 1b3b260b4d
This commit is contained in:
Arne Schwarck
2019-05-29 01:16:32 +02:00
committed by rbiasini
parent 592a6cf04a
commit 778f01dde8
+1 -1
View File
@@ -240,7 +240,7 @@ def mapsd_thread():
if cur_way is not None:
dat.liveMapData.wayId = cur_way.id
# Seed limit
# Speed limit
max_speed = cur_way.max_speed()
if max_speed is not None:
dat.liveMapData.speedLimitValid = True