Skip to content

Commit 878aa6e

Browse files
committed
fix: load bsp file in folder data
1 parent bb896c5 commit 878aa6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/backend/app/deps/astronomy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if EPHEMERIS_FILE.exists():
1313
eph = load(str(EPHEMERIS_FILE))
1414
else:
15-
eph = load("de421.bsp")
15+
eph = load("data/de421.bsp")
1616
eph.save(str(EPHEMERIS_FILE)) # type: ignore
1717

1818
earth = eph["earth"]

0 commit comments

Comments
 (0)