Run IPC over multiprocessing lib instead of db

This commit is contained in:
Mark Qvist 2023-10-22 20:16:41 +02:00
parent 013c999152
commit a091389fa1
3 changed files with 87 additions and 35 deletions

View file

@ -169,7 +169,7 @@ class CustomMapMarker(ButtonBehavior, Image):
lim = 0.5
lum = (bg[0]+bg[1]+bg[2])/3
if lum >= lim:
self.source = join(dirname(__file__), "icons", "marker_light.png")
self.source = join(dirname(__file__), "icons", "marker_dark.png")
else:
self.source = join(dirname(__file__), "icons", "marker_dark.png")