commit 647407d05cb4db3e960459f864bc26bfca4814ad Author: Ana Custura ana@netstat.org.uk Date: Wed Mar 6 14:35:21 2019 +0100
Removes unnecessary raises from docsting --- onionperf/util.py | 3 --- 1 file changed, 3 deletions(-)
diff --git a/onionperf/util.py b/onionperf/util.py index c7d615e..f49fb30 100644 --- a/onionperf/util.py +++ b/onionperf/util.py @@ -136,9 +136,6 @@ def get_ip_address(): IP address used for outbound connections.
:returns: string - :raises IOError: In case of network or DNS failure, reaching check.torproject.org \ - will fail. The user is notified this may affect measurements and we fail over to\ - calling util.find_ip_address_local() """ ip_address = None try:
tor-commits@lists.torproject.org