Skip to content
Snippets Groups Projects
Commit 5150b814 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 8456aa5b
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ class WhoCountry(db.Model): ...@@ -124,7 +124,7 @@ class WhoCountry(db.Model):
and_( and_(
cls.country_code == i_country_code, cls.country_code == i_country_code,
cls.country == i_country, cls.country == i_country,
cls.who_region_id == my_region.id cls.region_id == my_region.id
) )
).one_or_none() ).one_or_none()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment