Skip to content
Snippets Groups Projects
Commit 45cfe22a authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.7 Release

* Issue #8 WhoServiceUpdate.update_db_short()
* Issue #9 URL: /who/update/short
* Issue #10 async who_update_short_task
* Issue #11 WhoServiceUpdate.__update_who_global_data_short()
* Fixed #12 better layout for flash messages
parent 1b7eadf8
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ class WhoServiceUpdate:
countries = WhoCountry.get_all_as_dict()
i = 0
for my_date_reported in new_dates_reported_from_import:
my_date = WhoDateReported(my_date_reported)
my_date = WhoDateReported.find_by_date_reported(my_date_reported)
for result_item in WhoGlobalDataImportTable.get_for_one_day(my_date):
my_country = countries[result_item.country_code]
result_who_global_data = WhoGlobalData.find_one_or_none_by_date_and_country(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment