Skip to content
Snippets Groups Projects
Commit 3d3a30e3 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use TAI

parent 4190e37f
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ class DOMActivityPlotter(kp.Module):
print(self.__class__.__name__ + ": updating plot.")
filename = os.path.join(self.plots_path, 'dom_activity.png')
now = kp.time.tai_timestamp()
now = time.time()
delta_ts = {}
inactive_doms = {}
for key, timestamp in self.last_activity.items():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment