Missing doc string for one method.

This commit is contained in:
Paulus Schoutsen 2013-10-06 13:13:54 -07:00
parent 9026a78a66
commit ecb0567d03

View File

@ -46,6 +46,7 @@ def track_sun(eventbus, statemachine, latitude, longitude):
logger = logging.getLogger(__name__)
def update_sun_state(now):
""" Method to update the current state of the sun and time the next update. """
observer = ephem.Observer()
observer.lat = latitude
observer.long = longitude