Update daily_plot.py

Squashed!
This commit is contained in:
ehpersonal38
2022-05-21 15:52:20 -04:00
committed by GitHub
parent b40267629f
commit 2c46f98a5b
+1 -1
View File
@@ -32,7 +32,7 @@ df['Hour of Day'] = [r.hour for r in df.Time]
df_plt=df #Default to use the whole Dbase
# Add every font at the specified location
font_dir = ['$HOME/BirdNET-Pi/homepage/static']
font_dir = [userDir+'/BirdNET-Pi/homepage/static']
for font in font_manager.findSystemFonts(font_dir):
font_manager.fontManager.addfont(font)