1.1.28 hopefully fix windows

This commit is contained in:
Kevin Hester
2020-12-24 20:12:55 +08:00
parent fff7857ace
commit 728d7f4a1d
4 changed files with 15 additions and 16 deletions

View File

@@ -44,8 +44,7 @@
from . import portnums_pb2
from pubsub import pub
from pytap2 import TapDevice
import logging
import threading
import logging, threading
# A new non standard log level that is lower level than DEBUG
LOG_TRACE = 5