Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer Tabita Ciuciu-Kiss committed Dec 17, 2024
1 parent 4ae9232 commit 36f4f2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion experiments/download_ontologies_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def download_ontology(url, formats, base_folder):

for format_name, mime_type in formats.items():
try:
print(mime_type)
headers["Accept"] = mime_type
start_time = time.time()
#response = session.get(url, proxies=proxies, headers=headers, verify=cacert_path, timeout=10)
Expand Down

0 comments on commit 36f4f2e

Please sign in to comment.