fixed bug on 3.6 due to logging

This commit is contained in:
Rhet Turnbull
2019-11-18 21:03:55 -08:00
parent 9023a69073
commit b005f70133

View File

@@ -53,7 +53,7 @@ logging.basicConfig(
)
if not _debug:
logging.disable()
logging.disable(logging.DEBUG)
def _get_os_version():