From 04c75036ad6fba301f9f972a27eb4ede73b1da02 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Mon, 24 Oct 2016 14:44:57 -0200 Subject: [PATCH] =?UTF-8?q?commentaire=20plus=20pr=C3=A9cis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bda/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bda/models.py b/bda/models.py index a09652fd..b5ee094e 100644 --- a/bda/models.py +++ b/bda/models.py @@ -248,7 +248,7 @@ class SpectacleRevente(models.Model): - self.date - timedelta(hours=13)) # Au minimum, on attend 2 jours avant le tirage delay = min(remaining_time, timedelta(days=2)) - # On a aussi 1h pour changer d'avis + # Le vendeur a aussi 1h pour changer d'avis return self.date + delay + timedelta(hours=1) def expiration_time_str(self):