Skip to content

Commit

Permalink
Recognise more bands and callers.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jun 13, 2024
1 parent ac6872c commit aef5909
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/importers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub fn write_by_country(events: Events, filename: &Path) -> Result<(), Report> {
Ok(())
}

const BANDS: [&str; 215] = [
const BANDS: [&str; 218] = [
"112 and Then Some",
"A Fine Kettle of Fish",
"Achterband",
Expand Down Expand Up @@ -120,6 +120,7 @@ const BANDS: [&str; 215] = [
"Bougnat Sound",
"Bourrée Party Crackers",
"Bouton",
"Box and String Trio",
"Brazenkeys",
"Broes",
"Brook Farm String Band",
Expand All @@ -136,6 +137,7 @@ const BANDS: [&str; 215] = [
"Contra Intuitive",
"Contrary Faeries",
"Contraverts",
"David Cornelissen",
"De Houtzagerij",
"De Trekvogels",
"Dead Sea Squirrels",
Expand Down Expand Up @@ -216,6 +218,7 @@ const BANDS: [&str; 215] = [
"Mara Menzel",
"Maracu",
"Marbelous Daves",
"Marie Paulette",
"Martina & Gisbert & Rainer",
"Merriment",
"Mevilish Merry",
Expand Down Expand Up @@ -306,7 +309,7 @@ const BANDS: [&str; 215] = [
"Wouter en de Draak",
"Wouter Kuyper",
];
const CALLERS: [&str; 109] = [
const CALLERS: [&str; 110] = [
"Adina Gordon",
"Alan Rosenthal",
"Alex Deis-Lauby",
Expand Down Expand Up @@ -416,6 +419,7 @@ const CALLERS: [&str; 109] = [
"Wendy Graham",
"Will Mentor",
"William Watson",
"Zach Kaplan",
];

#[cfg(test)]
Expand Down

0 comments on commit aef5909

Please sign in to comment.