summaryrefslogtreecommitdiff
path: root/iss/predictions.py
diff options
context:
space:
mode:
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()