mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-07 02:11:14 +02:00
Update space.py
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ def get_moon(lat=0, lon=0):
|
||||
obs.lon = str(lon)
|
||||
else:
|
||||
obs.lat = str(latitudeValue)
|
||||
obs.lon = str(object=longitudeValue)
|
||||
obs.lon = str(longitudeValue)
|
||||
|
||||
obs.date = datetime.now(timezone.utc)
|
||||
moon.compute(obs)
|
||||
|
||||
Reference in New Issue
Block a user