Spaces:
Sleeping
Sleeping
Fix line 74 indentation error in astrology_chart function
Browse files- defrag_engine.py +1 -1
defrag_engine.py
CHANGED
|
@@ -71,7 +71,7 @@ class DefragDeepCompute:
|
|
| 71 |
try:
|
| 72 |
# PATCH 1.1: Use hardcoded coordinates
|
| 73 |
coords = CITY_COORDINATES.get(city, CITY_COORDINATES["Unknown"])
|
| 74 |
-
|
| 75 |
name=name,
|
| 76 |
year=year,
|
| 77 |
month=month,
|
|
|
|
| 71 |
try:
|
| 72 |
# PATCH 1.1: Use hardcoded coordinates
|
| 73 |
coords = CITY_COORDINATES.get(city, CITY_COORDINATES["Unknown"])
|
| 74 |
+
subject = AstrologicalSubjectFactory.from_birth_data(tFactory.from_birth_data(
|
| 75 |
name=name,
|
| 76 |
year=year,
|
| 77 |
month=month,
|