PauloFN commited on
Commit
ad10988
·
1 Parent(s): f4bcb74

sqlite error

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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.",