Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def get_current_date() -> str:
|
|
| 45 |
"""
|
| 46 |
try:
|
| 47 |
date = datetime.date.today()
|
| 48 |
-
return f"
|
| 49 |
except Exception as e:
|
| 50 |
return f"Error fetching date: {str(e)}"
|
| 51 |
|
|
|
|
| 45 |
"""
|
| 46 |
try:
|
| 47 |
date = datetime.date.today()
|
| 48 |
+
return f"{date}"
|
| 49 |
except Exception as e:
|
| 50 |
return f"Error fetching date: {str(e)}"
|
| 51 |
|