Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
BfB-Schenefeld committed May 5, 2024
1 parent e5366f3 commit 2143ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def scrape_calendar_data(year, month)

vorlagen_detail = {
'top_detail_id' => top_detail_id,
'vorlage_id' => vorlagen_data['vorlagenbezeichnung'],
'vorlage_id' => event_detail['vorlage_text'],
'vorlagenprotokolltext' => vorlagen_data['vorlagenprotokolltext'],
'vorlagen_pdf_url' => vorlagen_data['vorlagen_pdf_url'],
'sammel_pdf_url' => vorlagen_data['sammel_pdf_url']
Expand Down

0 comments on commit 2143ca4

Please sign in to comment.