Pass LOG_LEVEL to closest_photodb.
This commit is contained in:
parent
6a41e4b0f1
commit
bf601d7ab1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue