Clarify how ages are calculated

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
bzr-import-20160707
Adam D. Barratt 13 years ago
parent 7da22c74ad
commit 088c1ed26a

@ -260,6 +260,7 @@ class Britney(object):
This method initializes and populates the data lists, which contain all This method initializes and populates the data lists, which contain all
the information needed by the other methods of the class. 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) self.date_now = int(((time.time() / (60*60)) - 15) / 24)
# parse the command line arguments # parse the command line arguments

Loading…
Cancel
Save