Fix poussetaches client
This commit is contained in:
@@ -74,7 +74,7 @@ class PousseTaches:
|
|||||||
|
|
||||||
t["next_run"] = datetime.fromtimestamp(float(t["next_run"] / 1e9))
|
t["next_run"] = datetime.fromtimestamp(float(t["next_run"] / 1e9))
|
||||||
if t["last_run"]:
|
if t["last_run"]:
|
||||||
t["last_run"] = datetime.fromtimestamp(float(t["last__run"] / 1e9))
|
t["last_run"] = datetime.fromtimestamp(float(t["last_run"] / 1e9))
|
||||||
else:
|
else:
|
||||||
del t["last_run"]
|
del t["last_run"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user