Skip to content

Commit

Permalink
date_added -> date_first_added
Browse files Browse the repository at this point in the history
  • Loading branch information
wfdd committed Jul 25, 2016
1 parent fd96211 commit f6bf467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -14,7 +14,7 @@
labels = (('Πηγή Ενημέρωσης:', 'source'),
('Χρέωση:', 'fee'),
('Επίπεδο Επεξεργασίας:', 'degree_to_which_processed'),
('Προστέθηκε στο data.gov.cy:', 'date_added'),
('Προστέθηκε στο data.gov.cy:', 'date_first_added'),
('Άδεια Χρήσης:', 'license'),
('Συχνότητα Επικαιροποίησης:', 'update_frequency'),
('Περίοδος Αναφοράς:', 'reporting_period'),
Expand Down Expand Up @@ -141,7 +141,7 @@ async def gather(iterable):
conn.execute('''\
CREATE TABLE IF NOT EXISTS data
(id, title, formats, category, source, fee, degree_to_which_processed,
date_added, license, update_frequency, reporting_period, geographic_coverage,
date_first_added, license, update_frequency, reporting_period, geographic_coverage,
government_contact, email, item_url, list_url, UNIQUE (id))''')
conn.executemany('''\
INSERT OR REPLACE INTO data VALUES
Expand Down

0 comments on commit f6bf467

Please sign in to comment.