From 8da1d8c38bfdd5f320a0456b3ce714c03cdecf36 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Mon, 16 Dec 2019 19:43:37 +0100 Subject: [PATCH] turn debugging off --- hbd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbd b/hbd index 50d6023..8e3d5a8 100755 --- a/hbd +++ b/hbd @@ -36,7 +36,7 @@ import hbdclass SEND_EMAIL=False SEND_PUSHOVER=True -DEBUG = 2 +DEBUG = 0 hbdclass.DEBUG = DEBUG MAXRECV = 32767