Skip to content

Commit

Permalink
hotfix to get wget script download to work (#449) (#450)
Browse files Browse the repository at this point in the history
* hotfix to get wget script download to work (#449)

* hotfix to get wget script download to work

* fix removed return

* Updating file to fix minor blank line issue.

Co-authored-by: Sasha Ames <[email protected]>
  • Loading branch information
downiec and sashakames authored Jul 18, 2022
1 parent 9e29e7d commit c239022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/metagrid/api_proxy/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ def do_request(request, urlbase):

httpresp = HttpResponse(resp.text)
httpresp.status_code = resp.status_code
# httpresp.headers = resp.headers
# httpresp.encoding = resp.encoding
httpresp.headers = resp.headers
httpresp.encoding = resp.encoding
return httpresp

0 comments on commit c239022

Please sign in to comment.