typo
This commit is contained in:
parent
988f791a42
commit
8c7bc3e56b
@ -124,7 +124,7 @@ class Timers_Module():
|
||||
|
||||
#self.TIMER_EXEC(name, datetime.datetime.strptime(startTime, '%Y-%m-%d %H:%M:%S.%f'), datetime.datetime.strptime(endTime, '%Y-%m-%d %H:%M:%S.%f'), trigger, trigger_exec, utility.strToBool(tempTimer))
|
||||
fixedEndTime = datetime.datetime.strftime(result, '%M:%S')
|
||||
return str("Did a thing")
|
||||
return str("Timer Done")
|
||||
else:
|
||||
endT = datetime.datetime.strptime(endTime, '%Y-%m-%d %H:%M:%S.%f')
|
||||
curTime = str(datetime.datetime.now())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user