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 " name: #{header['referent']}"
|
||||
if (header['ort'].downcase.start_with?('stadtbibliothek'))
|
||||
puts "location: bib"
|
||||
puts "location:"
|
||||
puts " location: bib"
|
||||
elsif (header['ort'].downcase.start_with?('filmhaus'))
|
||||
puts "location: wand5"
|
||||
puts "location:"
|
||||
puts " location: wand5"
|
||||
end
|
||||
puts "---"
|
||||
puts body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue