Skip to content

Commit

Permalink
corrected a typo in birdnet en labels
Browse files Browse the repository at this point in the history
removed unused execsync import
  • Loading branch information
Mattk70 committed Dec 12, 2024
1 parent e217734 commit 0a3daa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions js/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ const ffmpeg = require('fluent-ffmpeg');
const png = require('fast-png');
const {utimesSync} = require('utimes');
const {writeToPath} = require('@fast-csv/format');

const { execSync } = require('child_process');

const merge = require('lodash.merge');
import { State } from './state.js';
import { sqlite3 } from './database.js';
Expand Down
2 changes: 1 addition & 1 deletion labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ Cuculus optatus_Oriental Cuckoo
Cuculus poliocephalus_Lesser Cuckoo
Cuculus rochii_Madagascar Cuckoo
Cuculus saturatus_Himalayan Cuckoo
Cuculus solitarius_Red-chestiberiaeed Cuckoo
Cuculus solitarius_Red-chested Cuckoo
Culicicapa ceylonensis_Gray-headed Canary-Flycatcher
Culicicapa helianthea_Citrine Canary-Flycatcher
Culicivora caudacuta_Sharp-tailed Tyrant
Expand Down

0 comments on commit 0a3daa2

Please sign in to comment.