Skip to content

Commit

Permalink
remove printin headers
Browse files Browse the repository at this point in the history
  • Loading branch information
uPesy committed Jun 1, 2022
1 parent 5a2ea6f commit 08b6c22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easyeda2kicad/easyeda/easyeda_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(self) -> None:
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
"User-Agent": f"easyeda2kicad v{__version__}",
}
print(self.headers)

def get_info_from_easyeda_api(self, lcsc_id: str) -> dict:
r = requests.get(url=API_ENDPOINT.format(lcsc_id=lcsc_id), headers=self.headers)
Expand Down

0 comments on commit 08b6c22

Please sign in to comment.