Skip to content

Commit

Permalink
removed arbitrary scan thread limitation dividing
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstreamData committed Jul 19, 2022
1 parent a95333e commit 994d53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyasic/network/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ async def ping_miner(ip: ipaddress.ip_address) -> Union[None, ipaddress.ip_addre
except ConnectionRefusedError:
pass


@staticmethod
async def ping_and_get_miner(
ip: ipaddress.ip_address,
Expand Down

0 comments on commit 994d53a

Please sign in to comment.