Skip to content

Commit

Permalink
PR Request changes completed
Browse files Browse the repository at this point in the history
  • Loading branch information
nz970 authored and cccs-RyanK committed Apr 9, 2024
1 parent 1c9b567 commit 1bd5237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/fission/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get(self, path, **kwargs: Any) -> Response:
data = request.get_data(),
allow_redirects = False,
headers = headers,
timeout = 30
timeout = 180
)

if res.headers.get('Content-Type') == 'image/png': # Check if the response is an image
Expand Down

0 comments on commit 1bd5237

Please sign in to comment.