cleanup: thisrun.txt is not used anymore

This commit is contained in:
frederik
2024-05-30 11:57:22 +02:00
parent a76f85269b
commit 6717e5fde0
2 changed files with 1 additions and 11 deletions
+1 -2
View File
@@ -12,7 +12,7 @@ import inotify.adapters
from inotify.constants import IN_CLOSE_WRITE
from server import load_global_model, run_analysis
from utils.helpers import get_settings, ParseFileName, get_wav_files, write_settings, ANALYZING_NOW
from utils.helpers import get_settings, ParseFileName, get_wav_files, ANALYZING_NOW
from utils.reporting import extract_detection, summary, write_to_file, write_to_db, apprise, bird_weather, heartbeat, \
update_json_file
@@ -28,7 +28,6 @@ def sig_handler(sig_num, curr_stack_frame):
def main():
write_settings()
load_global_model()
conf = get_settings()
i = inotify.adapters.Inotify()