Fix import output
This commit is contained in:
parent
1fecb7b5d1
commit
86c080e782
1 changed files with 4 additions and 2 deletions
|
|
@ -89,9 +89,11 @@ puts "speakers:"
|
||||||
puts " -"
|
puts " -"
|
||||||
puts " name: #{header['referent']}"
|
puts " name: #{header['referent']}"
|
||||||
if (header['ort'].downcase.start_with?('stadtbibliothek'))
|
if (header['ort'].downcase.start_with?('stadtbibliothek'))
|
||||||
puts "location: bib"
|
puts "location:"
|
||||||
|
puts " location: bib"
|
||||||
elsif (header['ort'].downcase.start_with?('filmhaus'))
|
elsif (header['ort'].downcase.start_with?('filmhaus'))
|
||||||
puts "location: wand5"
|
puts "location:"
|
||||||
|
puts " location: wand5"
|
||||||
end
|
end
|
||||||
puts "---"
|
puts "---"
|
||||||
puts body
|
puts body
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue