Spaces:
Sleeping
Sleeping
sqlite error
Browse files
main.py
CHANGED
|
@@ -86,7 +86,7 @@ async def measure_draft(
|
|
| 86 |
)
|
| 87 |
|
| 88 |
# Optional: Send email
|
| 89 |
-
persistence_service.send_by_email(report_path, "pfnfcat@gmail.com")
|
| 90 |
|
| 91 |
return {
|
| 92 |
"message": "Measurement complete and report generated.",
|
|
|
|
| 86 |
)
|
| 87 |
|
| 88 |
# Optional: Send email
|
| 89 |
+
# persistence_service.send_by_email(report_path, "pfnfcat@gmail.com")
|
| 90 |
|
| 91 |
return {
|
| 92 |
"message": "Measurement complete and report generated.",
|