Fix poussetaches client
This commit is contained in:
parent
9206f778b5
commit
7d2e3dd337
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue