move analyzing_now.txt to StreamData to centralise transient files

This commit is contained in:
frederik
2024-02-11 15:17:12 +01:00
parent a16cb0e63a
commit b248ded6ed
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ _settings = None
DB_PATH = os.path.expanduser('~/BirdNET-Pi/scripts/birds.db')
THISRUN = os.path.expanduser('~/BirdNET-Pi/scripts/thisrun.txt')
ANALYZING_NOW = os.path.expanduser('~/BirdNET-Pi/analyzing_now.txt')
ANALYZING_NOW = os.path.expanduser('~/BirdSongs/StreamData/analyzing_now.txt')
class PHPConfigParser(ConfigParser):