Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Jan 13, 2025
1 parent 96fdcd2 commit ca3664f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yfinance/screener/screener.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def screen(query: Union[str, QueryBase],
v = args[k]
if v is not None:
params_dict[k] = v
print("- params_dict:") ; print(params_dict)
resp = _data.get(url=_PREDEFINED_URL_, params=params_dict, proxy=proxy)
resp.raise_for_status()
return resp.json()["finance"]["result"][0]
Expand Down

0 comments on commit ca3664f

Please sign in to comment.