Skip to content

Commit c239022

Browse files
downiecsashakames
andauthored
hotfix to get wget script download to work (#449) (#450)
* 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]>
1 parent 9e29e7d commit c239022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/metagrid/api_proxy/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ def do_request(request, urlbase):
7676

7777
httpresp = HttpResponse(resp.text)
7878
httpresp.status_code = resp.status_code
79-
# httpresp.headers = resp.headers
80-
# httpresp.encoding = resp.encoding
79+
httpresp.headers = resp.headers
80+
httpresp.encoding = resp.encoding
8181
return httpresp

0 commit comments

Comments
 (0)