SergeyO7 commited on
Commit
1f356e1
·
verified ·
1 Parent(s): 246afff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,8 +38,7 @@ ZODIAC_SIGNS = [
38
  ]
39
 
40
  # Moon phase boundaries (0° to 360° phase angle) for display purposes
41
- MOON_PHASES =
42
- [
43
  ("New Moon", 0, 45),
44
  ("Waxing Crescent", 45, 90),
45
  ("First Quarter", 90, 135),
 
38
  ]
39
 
40
  # Moon phase boundaries (0° to 360° phase angle) for display purposes
41
+ MOON_PHASES = [
 
42
  ("New Moon", 0, 45),
43
  ("Waxing Crescent", 45, 90),
44
  ("First Quarter", 90, 135),