Cleanup des dernières machines wifi non utilisées durant 31 jours

This commit is contained in:
Pierre-Elliott Bécue 2015-10-11 14:47:14 +02:00
parent 26a82dbb92
commit e4c2a6e3bd

View file

@ -84,4 +84,4 @@ def file_list(num):
for last in xrange(1, num): for last in xrange(1, num):
yield "%s.%d.gz" % (base, last) yield "%s.%d.gz" % (base, last)
do_cleanup(31*2) do_cleanup(31*1)