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

Merge remote-tracking branch 'origin/REFACTORING_2021_05_20_START' into...

Merge remote-tracking branch 'origin/REFACTORING_2021_05_20_START' into REFACTORING_2021_05_20_START
parents de091e7d df0aa810
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
......@@ -88,10 +88,11 @@ class EcdcCountry(BlueprintLocation):
def __str__(self):
return " " + self.location_group.location_group \
+ " : " + self.location_code \
+ " : " + self.geo_id \
+ " | " + self.location_code \
+ " | " + self.location \
+ " | " + self.pop_data_2019 \
+ " | " + self.geo_id
id = db.Column(db.Integer, primary_key=True)
processed_update = db.Column(db.Boolean, nullable=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment