(20250429) - Fix send reminder to whatsapp in reminders_for_work.py
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user