cleanup: thisrun.txt is not used anymore
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user