diff --git a/circuitpython/code/cameteo.py b/circuitpython/code/cameteo.py index 57594b7..8688831 100644 --- a/circuitpython/code/cameteo.py +++ b/circuitpython/code/cameteo.py @@ -86,7 +86,7 @@ class Data: return output def __repr__(self): - return self.name + return self.json def update(self, current, verbose=True): """Read the data from sensors and update the data dict variable"""