summaryrefslogtreecommitdiff
path: root/iss/predictions.py
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-26 14:22:10 +0300
committerYuval Adam <_@yuv.al>2020-09-26 14:22:10 +0300
commit189481692c57496e0542a400ea62a9356024e84c (patch)
tree21fa296d480dee73d0789f3c0142e66ea6b33305 /iss/predictions.py
parent3ad1589a4c01d00af761a53eafbd3010ce168fb3 (diff)
Set defalt altitude at 0
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 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,