We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea257b commit 304c489Copy full SHA for 304c489
1 file changed
immanuel/charts.py
@@ -122,7 +122,7 @@ def set_wrapped_objects(self) -> None:
122
object=object,
123
objects=self._objects,
124
is_daytime=self._diurnal,
125
- ) if object['type'] == chart.PLANET and self._diurnal and calc.PLANETS.issubset(self._objects) else None
+ ) if object['type'] == chart.PLANET and calc.PLANETS.issubset(self._objects) else None
126
date_time = date.to_datetime(
127
dt=object['jd'],
128
lat=self._native.latitude,
0 commit comments