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

Fix typo

parent 5b1737c1
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class ZTPlot(kp.Module):
if max_n_hits is None:
max_n_hits = 0
self.records = {'overlays': max_overlays, 'n_hits': max_n_hits}
self.cprint("Current records: {}".format(self.recods))
self.cprint("Current records: {}".format(self.records))
self._update_calibration()
......
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