Skip to content

Commit c3534bb

Browse files
committed
follow redirects
1 parent 6b613d9 commit c3534bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/ftrack_api/accessor/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def _read(self):
6565
"username": self._session.api_user,
6666
"apiKey": self._session.api_key,
6767
},
68+
follow_redirects=True,
6869
) as response:
6970
try:
7071
response.raise_for_status()

0 commit comments

Comments
 (0)