From b005f7013308e9ea593cbf28a5a9a0611226915c Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 18 Nov 2019 21:03:55 -0800 Subject: [PATCH] fixed bug on 3.6 due to logging --- osxphotos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osxphotos/__init__.py b/osxphotos/__init__.py index 5f872e42..c745ecbd 100644 --- a/osxphotos/__init__.py +++ b/osxphotos/__init__.py @@ -53,7 +53,7 @@ logging.basicConfig( ) if not _debug: - logging.disable() + logging.disable(logging.DEBUG) def _get_os_version():