daemon: pulling in an old legacy gui related fix for now, that was not merged back

This commit is contained in:
Blake Harnden 2022-02-25 11:05:14 -08:00
parent 482ad037f4
commit 58ffd045e2

View file

@ -181,6 +181,8 @@ class ServiceShim:
if value:
if key == "startidx":
value = int(value)
elif key == "starttime":
value = float(value)
elif key == "meta":
value = str(value)
else: