commit to present
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user