mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Don't look for config value
This commit is contained in:
parent
4adc726ece
commit
b320877c73
@ -107,7 +107,6 @@ class BirdsEyeFrameManager:
|
|||||||
# find and copy the logo on the blank frame
|
# find and copy the logo on the blank frame
|
||||||
birdseye_logo = None
|
birdseye_logo = None
|
||||||
|
|
||||||
if config.birdseye.use_custom_icon:
|
|
||||||
custom_logo_files = glob.glob(f"{BASE_DIR}/custom.png")
|
custom_logo_files = glob.glob(f"{BASE_DIR}/custom.png")
|
||||||
|
|
||||||
if len(custom_logo_files) > 0:
|
if len(custom_logo_files) > 0:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user