From 78099db917289a3100ea0ee7558da5627582fc6f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 24 Sep 2020 22:29:36 +0300 Subject: Rename get_prediction_events() --- iss/predictions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iss/predictions.py') 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() -- cgit v1.3.1