diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-26 14:22:10 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-26 14:22:10 +0300 |
| commit | 189481692c57496e0542a400ea62a9356024e84c (patch) | |
| tree | 21fa296d480dee73d0789f3c0142e66ea6b33305 /iss/predictions.py | |
| parent | 3ad1589a4c01d00af761a53eafbd3010ce168fb3 (diff) | |
Set defalt altitude at 0
Diffstat (limited to 'iss/predictions.py')
| -rw-r--r-- | iss/predictions.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
