fix
This commit is contained in:
@@ -1270,7 +1270,7 @@ def get_startdatetime_from_c2data(data):
|
||||
except KeyError:
|
||||
rest_time = 0
|
||||
totaltime = totaltime+rest_time
|
||||
|
||||
|
||||
duration = totaltime_sec_to_string(totaltime)
|
||||
starttimeunix = arrow.get(startdatetime).timestamp()-totaltime
|
||||
startdatetime = arrow.get(starttimeunix)
|
||||
|
||||
Reference in New Issue
Block a user