From 1159e2b64218c970be29f5e923d1f90df907f171 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sat, 19 May 2012 20:13:57 +0000 Subject: [PATCH] Clarify how ages are calculated Signed-off-by: Adam D. Barratt --- britney.py | 1 + 1 file changed, 1 insertion(+) diff --git a/britney.py b/britney.py index e9a1416..2ff5682 100755 --- a/britney.py +++ b/britney.py @@ -260,6 +260,7 @@ class Britney(object): This method initializes and populates the data lists, which contain all the information needed by the other methods of the class. """ + # britney's "day" begins at 3pm self.date_now = int(((time.time() / (60*60)) - 15) / 24) # parse the command line arguments