Debug updates

This commit is contained in:
Rhet Turnbull
2022-03-04 20:05:15 -08:00
parent ed315fffd2
commit de1900f10a
11 changed files with 82 additions and 72 deletions

View File

@@ -31,8 +31,6 @@ from .uuid import uuid
# Click CLI object & context settings
class CLI_Obj:
def __init__(self, db=None, json=False, debug=False, group=None):
if debug:
osxphotos._set_debug(True)
self.db = db
self.json = json
self.group = group