Fix queue handling and log level config

This commit is contained in:
2020-02-17 12:59:49 +01:00
parent 8f8e075541
commit 693d7ac3e1
2 changed files with 34 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ def read_file(fname):
return f.read()
setup(name = "uvscand",
version = "0.0.2",
version = "0.0.3",
author = "Thomas Oettli",
author_email = "spacefreak@noop.ch",
description = "A python daemon to perform virus scans with uvscan (McAfee) over TCP socket.",