Github Mirror / telegraf-plugins: 91914c9b




This can no longer be thrown as we've moved to use blocking with timeout rather than non-blocking

This can no longer be thrown as we've moved to use blocking with timeout rather than non-blocking

Commit 91914c9b.

Authored 2022-06-15T18:21:10.000+01:00 by B Tasker in project Github Mirror / telegraf-plugins

+0 lines -3 lines

Commit Signature

Changes

diff --git a/tor-daemon/tor-daemon.py b/tor-daemon/tor-daemon.py
--- a/tor-daemon/tor-daemon.py
+++ b/tor-daemon/tor-daemon.py
# @@ -77,9 +77,6 @@ def send_and_respond(sock, command):
# print(e)
# sys.exit(1)
#
# - except BlockingIOError:
# - break
# -
# return ''.join(res).split('\r\n')
#
#
#