fixed bug on 3.6 due to logging
This commit is contained in:
@@ -53,7 +53,7 @@ logging.basicConfig(
|
|||||||
)
|
)
|
||||||
|
|
||||||
if not _debug:
|
if not _debug:
|
||||||
logging.disable()
|
logging.disable(logging.DEBUG)
|
||||||
|
|
||||||
|
|
||||||
def _get_os_version():
|
def _get_os_version():
|
||||||
|
|||||||
Reference in New Issue
Block a user