Spaces:
Sleeping
Sleeping
moonphase update2
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def get_moon_phase(date: datetime.date) -> str:
|
|
15 |
Calculates and returns the current moon phase.
|
16 |
|
17 |
Args:
|
18 |
-
date
|
19 |
|
20 |
Returns:
|
21 |
str: A string describing the moon phase.
|
|
|
15 |
Calculates and returns the current moon phase.
|
16 |
|
17 |
Args:
|
18 |
+
date: The date for which to calculate the moon phase. Defaults to today.
|
19 |
|
20 |
Returns:
|
21 |
str: A string describing the moon phase.
|