added output

branch
mitchellhansen 4 years ago
parent d4f2a00076
commit 6f8c6c5e1e

@ -49,7 +49,7 @@ class Worker(threading.Thread):
col_val = int((timelen / 60))
if col_val >= 30:
marker = CircleMarker(tup, Color("yellow").get_hex_l() + "70", 12)
marker = CircleMarker(tup, Color("blue").get_hex_l() + "70", 12)
else:
marker = CircleMarker(tup, colors[col_val].get_hex_l() + "70", 12)
self.map.add_marker(marker)

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 MiB

Loading…
Cancel
Save