Skip to content

Commit ec87c6d

Browse files
committed
testing2
1 parent dd8f685 commit ec87c6d

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
@@ -48,7 +48,7 @@ def subscribe_notification(self) -> dict | None:
4848

4949
response = requests.post(
5050
MNS_URL, headers=self.request_headers,
51-
data=json.dumps(self.subscription_payload), timeout=15)
51+
data=json.dumps(self.subscription_payload))
5252
if response.status_code in (200, 201):
5353
return response.json()
5454
else:

0 commit comments

Comments
 (0)