Skip to content

Commit 6c31b82

Browse files
author
Alejandro Casanovas
committed
remove Prefer UTC header from mailbox.py
1 parent 49cd2d2 commit 6c31b82

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

O365/mailbox.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,9 +1034,7 @@ def get_settings(self):
10341034
url = self.build_url(self._endpoints.get("settings"))
10351035
params = {}
10361036

1037-
response = self.con.get(
1038-
url, params=params, headers={"Prefer": 'outlook.timezone="UTC"'}
1039-
)
1037+
response = self.con.get(url, params=params)
10401038

10411039
if not response:
10421040
return iter(())

0 commit comments

Comments
 (0)