1
0

Whitelist classes in verbose (-v) option

This commit is contained in:
Janus
2018-07-18 13:31:41 +02:00
committed by ThomasV
parent 8f17f38b02
commit 780b2d067c
7 changed files with 16 additions and 10 deletions

View File

@@ -59,6 +59,7 @@ def Connection(server, queue, config_path):
class TcpConnection(threading.Thread, util.PrintError):
verbosity_filter = 'i'
def __init__(self, server, queue, config_path):
threading.Thread.__init__(self)