diff --git a/poussetaches.py b/poussetaches.py index cabf5ca..7909416 100644 --- a/poussetaches.py +++ b/poussetaches.py @@ -74,7 +74,7 @@ class PousseTaches: t["next_run"] = datetime.fromtimestamp(float(t["next_run"] / 1e9)) 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: del t["last_run"]