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

Write unix timestamp

parent 3a1ca159
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ class TriggerRate(kp.Module):
trigger_rates[trigger] = trigger_rate
trigger_rates['Overall'] += trigger_rate
self.trigger_counts = defaultdict(int)
return timestamp, trigger_rates
return timestamp.timestamp(), trigger_rates
def create_plot(self):
print('\n' + self.__class__.__name__ + ": updating plot.")
......
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