We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8080aa7 commit 405ffbcCopy full SHA for 405ffbc
scripts/privacy_server.py
@@ -44,7 +44,7 @@
44
45
# Open most recent Configuration and grab DB_PWD as a python variable
46
userDir = os.path.expanduser('~')
47
-with open(userDir + '/BirdNET-Pi/thisrun.txt', 'r') as f:
+with open(userDir + '/BirdNET-Pi/scripts/thisrun.txt', 'r') as f:
48
this_run = f.readlines()
49
audiofmt = "." + str(str(str([i for i in this_run if i.startswith('AUDIOFMT')]).split('=')[1]).split('\\')[0])
50
0 commit comments