Skip to content

Commit

Permalink
update proxy_links.py
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Sep 6, 2024
1 parent 8a7f002 commit 2792e2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy/proxy_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def write_file(template: str, domains: list[str]):

def getDomains(gn_url: str, write_response: bool, cookie: str = '', gn_version: str = '4.2.5+'):
headers = {'Content-Type': 'application/json', "accept": "application/json"}
print(cookie)
if cookie:
headers['Cookie'] = cookie
es_obj = 'link.urlObject.default'
Expand Down

0 comments on commit 2792e2a

Please sign in to comment.