Commit 0ca61d97 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent a2e6f549
......@@ -42,12 +42,10 @@ from six.moves import socketserver
import io
import threading
import six
if six.PY3:
try:
logging_levels = logging._nameToLevel
logging_choices = logging_levels.keys()
else:
except AttributeError:
logging_levels = logging._levelNames
logging_choices = [i for i in logging_levels
if isinstance(i, str)]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment