From 38b93884c2664decbbc8a50a3bcbff16aa025f3c Mon Sep 17 00:00:00 2001 From: sugoidogo Date: Tue, 29 Jul 2025 07:58:17 -0700 Subject: [PATCH] restore missing variable --- astrolobot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/astrolobot.py b/astrolobot.py index 3d3d4ed..c0f8503 100755 --- a/astrolobot.py +++ b/astrolobot.py @@ -154,6 +154,8 @@ def get_positions_formatted(date=today()): return positions_formatted +seconds_in_1_day=86400 + @cache def get_transits(date=today(), maxdays=28): positions_now=get_positions(date)