Skip to content

Commit

Permalink
Update: update 28
Browse files Browse the repository at this point in the history
  • Loading branch information
eis-joshua committed Apr 9, 2020
1 parent 1f96e28 commit 687e64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiping/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ def __del__(self):
"""
Close sockets descriptors.
"""
_sock.close() # TODO: probably need add some verifications.
_sock6.close()
self._sock.close() # TODO: probably need add some verifications.
self._sock6.close()


def multi_ping(dest_addrs, timeout, retry=0, ignore_lookup_errors=False):
Expand Down

0 comments on commit 687e64a

Please sign in to comment.