Skip to content

Commit 405ffbc

Browse files
authored
Update privacy_server.py
1 parent 8080aa7 commit 405ffbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/privacy_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# Open most recent Configuration and grab DB_PWD as a python variable
4646
userDir = os.path.expanduser('~')
47-
with open(userDir + '/BirdNET-Pi/thisrun.txt', 'r') as f:
47+
with open(userDir + '/BirdNET-Pi/scripts/thisrun.txt', 'r') as f:
4848
this_run = f.readlines()
4949
audiofmt = "." + str(str(str([i for i in this_run if i.startswith('AUDIOFMT')]).split('=')[1]).split('\\')[0])
5050

0 commit comments

Comments
 (0)