summaryrefslogtreecommitdiff
path: root/waterspout_radar/_storage.py
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-04-02 23:17:31 +0200
committerAki <please@ignore.pl>2023-04-02 23:17:31 +0200
commitc0e0bd9fd69e07298d94bd278ab018b5bb4f9759 (patch)
treee35b8f5d79c8cc659a03a88e2bce9b98ce35e51b /waterspout_radar/_storage.py
parent87960bb32cded9ebbf0ba4a9c1fe59596cf59b1c (diff)
downloadwaterspout-radar-c0e0bd9fd69e07298d94bd278ab018b5bb4f9759.zip
waterspout-radar-c0e0bd9fd69e07298d94bd278ab018b5bb4f9759.tar.gz
waterspout-radar-c0e0bd9fd69e07298d94bd278ab018b5bb4f9759.tar.bz2
Extended intermediate prediciton representation with some criteria
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)