commit to present

This commit is contained in:
2015-11-12 23:14:03 -06:00
committed by Anthony Correa
parent c3e5ef5576
commit 6ad007f1d7
6 changed files with 160 additions and 79 deletions

View File

@@ -21,7 +21,7 @@ class Mission():
def now(self):
#returns a string
d=datetime.datetime.now()-self._zero
return str(d.total_seconds())
return d.total_seconds()
@property
def timezero(self):