Skip to content

Commit

Permalink
Recover area
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Magán committed Mar 7, 2022
1 parent 4e497a2 commit c29d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def subtract_days_ignoring_weekends(initial_date, days_to_substract):

def update_database(today):
pcrs_report = SpainCovid19MinistryReport(today, 1)
hospital_report = SpainCovid19MinistryReport(today, 4)
hospital_report = SpainCovid19MinistryReport(today, 4, (179, 77, 179+280, 77+707))

try:
accumulated_pcrs_today = pcrs_report.get_column_data(1)
Expand Down

0 comments on commit c29d041

Please sign in to comment.