From 405ffbcafcd21974ddd9c4998c6f9a15f6616a4c Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Wed, 13 Apr 2022 08:26:51 -0400 Subject: [PATCH] Update privacy_server.py --- scripts/privacy_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/privacy_server.py b/scripts/privacy_server.py index 15a5672..a103fff 100755 --- a/scripts/privacy_server.py +++ b/scripts/privacy_server.py @@ -44,7 +44,7 @@ except: # Open most recent Configuration and grab DB_PWD as a python variable userDir = os.path.expanduser('~') -with open(userDir + '/BirdNET-Pi/thisrun.txt', 'r') as f: +with open(userDir + '/BirdNET-Pi/scripts/thisrun.txt', 'r') as f: this_run = f.readlines() audiofmt = "." + str(str(str([i for i in this_run if i.startswith('AUDIOFMT')]).split('=')[1]).split('\\')[0])