(20250429) - Fix send reminder to whatsapp in reminders_for_work.py

This commit is contained in:
yatmesh
2025-04-29 15:11:34 +05:30
parent dc90259436
commit f807cb79f3
-3
View File
@@ -301,9 +301,6 @@ async def get_reminders_to_send() -> pd.DataFrame | None:
return_exception = True return_exception = True
) )
print("DB JSON:", json.to_string(db_json, default=str))
err = 100 / 0
# Capture needed parts of the response: # Capture needed parts of the response:
db_status = db_json["status"] db_status = db_json["status"]
db_message = db_json["message"] db_message = db_json["message"]