From bf601d7ab18c583f5032fd8c3b63bb1fb6237e23 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 24 Jan 2021 21:38:59 -0800 Subject: [PATCH] Pass LOG_LEVEL to closest_photodb. --- frontends/etiquette_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etiquette_cli.py b/frontends/etiquette_cli.py index 61f9409..cd6d172 100644 --- a/frontends/etiquette_cli.py +++ b/frontends/etiquette_cli.py @@ -26,7 +26,7 @@ def find_photodb(): pass # If this raises, main will catch it. - photodb = etiquette.photodb.PhotoDB.closest_photodb() + photodb = etiquette.photodb.PhotoDB.closest_photodb(log_level=LOG_LEVEL) photodbs[cwd] = photodb return photodb