From e4c2a6e3bd369f251b1856b9d8daa7ae5cf9454d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sun, 11 Oct 2015 14:47:14 +0200 Subject: [PATCH] =?UTF-8?q?Cleanup=20des=20derni=C3=A8res=20machines=20wif?= =?UTF-8?q?i=20non=20utilis=C3=A9es=20durant=2031=20jours?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/menage/old_wifi_machines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/menage/old_wifi_machines.py b/gestion/menage/old_wifi_machines.py index 935eba0a..08ff76ef 100755 --- a/gestion/menage/old_wifi_machines.py +++ b/gestion/menage/old_wifi_machines.py @@ -84,4 +84,4 @@ def file_list(num): for last in xrange(1, num): yield "%s.%d.gz" % (base, last) -do_cleanup(31*2) +do_cleanup(31*1)