Skip to content

Commit 304c489

Browse files
committed
Bug fix for missing dignities.
1 parent fea257b commit 304c489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

immanuel/charts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def set_wrapped_objects(self) -> None:
122122
object=object,
123123
objects=self._objects,
124124
is_daytime=self._diurnal,
125-
) if object['type'] == chart.PLANET and self._diurnal and calc.PLANETS.issubset(self._objects) else None
125+
) if object['type'] == chart.PLANET and calc.PLANETS.issubset(self._objects) else None
126126
date_time = date.to_datetime(
127127
dt=object['jd'],
128128
lat=self._native.latitude,

0 commit comments

Comments
 (0)