Skip to content

Commit

Permalink
Merge remote-tracking branch 'github.com/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianning Li committed Oct 3, 2024
2 parents 5c815dd + f7dd36f commit 67c6530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finvizfinance/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def image_scrap(url, ticker, out_dir):
out_dir(str): output directory
"""
try:
r = session.get(url, stream=True, headers=headers, timeout=10)
r = session.get(url, stream=True, headers=headers, timeout=10, proxies= proxy_dict)
r.raise_for_status()
r.raw.decode_content = True
if len(out_dir) != 0:
Expand Down

0 comments on commit 67c6530

Please sign in to comment.