From: Vincent Le Gallic Date: Tue, 29 Oct 2013 12:04:27 +0000 (+0100) Subject: [client] BD DC X-Git-Url: http://gitweb.pimeys.fr/?p=today.git;a=commitdiff_plain;h=351bfd36ac35e89494d696987486e093425371f0 [client] BD DC --- diff --git a/today.py b/today.py index 26c3e2b..c3f3629 100755 --- a/today.py +++ b/today.py @@ -270,6 +270,9 @@ def update_cyprien(newid): def update_grenier(newid): update_last_seen({"grenier" : int(newid)}) +def update_jl8(newid): + update_last_seen({"dc" : int(newid)}) + THINGS = { "dtc" : u"Quotes DTC", @@ -282,6 +285,7 @@ THINGS = { "norman" : u"Vidéos de Norman", "cyprien" : u"Vidéos de Cyprien", "grenier" : u"Épisodes du joueur du grenier", + "dc" : u"Épisodes de la BD youngDC", "birthdays" : u"Anniversaires à souhaiter", "saints" : u"Fêtes à souhaiter", @@ -419,6 +423,7 @@ OTHER_ACTIONS = { "norman" : update_norman, "cyprien" : update_cyprien, "grenier" : update_grenier, + "dc" : update_jl8, "dtc" : get_dtc, "ping" : ping,