Skip to content

Commit

Permalink
cleanup debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai authored and b-rowan committed Dec 2, 2024
1 parent c3658f0 commit 6a265f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyasic/miners/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ async def _web_ping(

@staticmethod
def _parse_web_type(web_text: str, web_resp: httpx.Response) -> MinerTypes | None:
print(web_resp.headers)
if web_resp.status_code == 401 and 'realm="antMiner' in web_resp.headers.get(
"www-authenticate", ""
):
Expand Down

0 comments on commit 6a265f0

Please sign in to comment.