(20241010) Script desc. available in the message now.

This commit is contained in:
2024-10-10 12:27:50 +05:30
parent 3dfbe1575a
commit 4b5002f8c4
3 changed files with 44 additions and 2 deletions
+2 -1
View File
@@ -241,7 +241,8 @@ async def get_data(
# Successfully retrieved:
return ResponseModel(
status_code = StatusCodes.OK,
data = cred_json["content"]
data = cred_json["content"],
message = cred_json["desc"]
)