From 189481692c57496e0542a400ea62a9356024e84c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 26 Sep 2020 14:22:10 +0300 Subject: Set defalt altitude at 0 --- 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 f569f7d..29bcf2c 100644 --- a/iss/predictions.py +++ b/iss/predictions.py @@ -12,7 +12,7 @@ class Predictions(object): self, lat, lng, - altitude=30.0, + altitude=0, tz="UTC", satellite=ISS, start=None, -- cgit v1.3.1