mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-12 23:17:03 +00:00
Clarify how ages are calculated
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
82b9eda016
commit
1159e2b642
@ -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…
x
Reference in New Issue
Block a user