mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
renamed article attributes according to database fields
This commit is contained in:
parent
9ae38d3279
commit
c872c8e39d
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ class Scraper():
|
|||
article = {
|
||||
'date': date.strip(),
|
||||
'place': district,
|
||||
'additional': additional,
|
||||
'text': text.strip()
|
||||
'additional_place': additional,
|
||||
'description': text.strip()
|
||||
}
|
||||
articles.append(article)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue