summaryrefslogtreecommitdiff
path: root/iss/predictions.py
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-24 22:29:36 +0300
committerYuval Adam <_@yuv.al>2020-09-24 22:29:36 +0300
commit78099db917289a3100ea0ee7558da5627582fc6f (patch)
tree61f2632d25ae670a881f7ff7529cd64b6e1a5a78 /iss/predictions.py
parent5225a7263341308c3ec7429f8275afb34134a831 (diff)
Rename get_prediction_events()
Diffstat (limited to 'iss/predictions.py')
-rw-r--r--iss/predictions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/predictions.py b/iss/predictions.py
index 9f5023d..eb02ef9 100644
--- a/iss/predictions.py
+++ b/iss/predictions.py
@@ -45,7 +45,7 @@ class Predictions(object):
by_name = {sat.name: sat for sat in satellites}
return by_name[self.satellite]
- def get_predictions(self):
+ def get_prediction_events(self):
satellite = self.get_satellite()
t0, t1 = self.get_next_days()
location = self.get_location()