X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=today.py;h=470b2584365773220bcfa78000a65666cc5dd8d6;hb=7fe589dd1956cf47907d062105abee32db9dc0bf;hp=141376cd01688defef6eff0c26fe263e9b8bf298;hpb=dc9d0487a1ebd30c7f95842c15dd9ec564f33131;p=today.git diff --git a/today.py b/today.py index 141376c..470b258 100755 --- a/today.py +++ b/today.py @@ -233,7 +233,7 @@ def check_all(): if type(n) != int: print n elif n > 0: - checks.append("%s : %s" % (comm, n)) + checks.append("%s : %s (last : %s)" % (comm, n, news[thing])) checks = u"\n".join(checks) checks = add_title(u"Checks", checks) return checks