Github Mirror / telegraf-plugins: d5d056aa




Return LP when login fails

Return LP when login fails

Commit d5d056aa.

Authored 2022-05-11T19:29:17.000+01:00 by B Tasker in project Github Mirror / telegraf-plugins

+1 lines -1 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
# @@ -140,7 +140,7 @@ res = send_and_respond(s, cmd)
# if len(res) < 1 or res[0] != "250 OK":
# # Login failed
# state["stats_failures"] += 1
# - print(state)
# + print(build_lp(MEASUREMENT, state))
# sys.exit(1)
#
#
#