Skip to content

Commit 306897d

Browse files
committed
response mns
1 parent 0e670e7 commit 306897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mns_subscription/src/mns_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def delete_subscription(self, subscription_id: str) -> bool:
9696
response = requests.delete(url, headers=self.request_headers, timeout=10)
9797
if response.status_code == 204:
9898
logging.info(f"Deleted subscription {subscription_id}")
99-
print(f"get resource sub: {response}")
99+
print(f"{response.body}")
100100
return True
101101
else:
102102
MnsService.handle_response(response)

0 commit comments

Comments
 (0)