Pass LOG_LEVEL to closest_photodb.

This commit is contained in:
voussoir 2021-01-24 21:38:59 -08:00
parent 6a41e4b0f1
commit bf601d7ab1
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -26,7 +26,7 @@ def find_photodb():
pass pass
# If this raises, main will catch it. # 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 photodbs[cwd] = photodb
return photodb return photodb