Closedown
This commit is contained in:
@@ -8,7 +8,7 @@ def after(rec, scan):
|
||||
if rec.index==0:
|
||||
create_dataset(path, 's')
|
||||
create_dataset(pathpc, 's')
|
||||
time_str = str(datetime.datetime.fromtimestamp(cache.nanos/1e9))
|
||||
time_str = str(datetime.datetime.fromtimestamp(cache.timestampNanos/1e9))
|
||||
append_dataset(path, time_str , type = 's')
|
||||
time_str = str(datetime.datetime.fromtimestamp(time.time()))
|
||||
append_dataset(pathpc, time_str , type = 's')
|
||||
|
||||
Reference in New Issue
Block a user