(20250225) Against ref is now json fml

This commit is contained in:
2025-02-25 14:49:27 +05:30
parent a1fde43976
commit c996cb88e1
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -301,6 +301,9 @@ async def get_reminders_to_send() -> pd.DataFrame | None:
return_exception = True
)
print("DB JSON:", json.to_string(db_json, default=str))
err = 100 / 0
# Capture needed parts of the response:
db_status = db_json["status"]
db_message = db_json["message"]