summaryrefslogtreecommitdiff
path: root/waterspout_radar/_storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'waterspout_radar/_storage.py')
-rw-r--r--waterspout_radar/_storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterspout_radar/_storage.py b/waterspout_radar/_storage.py
index a410259..6b9b968 100644
--- a/waterspout_radar/_storage.py
+++ b/waterspout_radar/_storage.py
@@ -15,4 +15,4 @@ class Storage:
def extend(self, predictions: typing.Iterable[_radar.Prediction]):
for prediction in predictions:
- print(prediction)
+ print(prediction.time, prediction.swi)