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

Refactoring: rename covid19 to flask_covid19

parent 5ff39fc7
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
......@@ -138,12 +138,11 @@ class EcdcCountry(BlueprintLocation):
)
def __str__(self):
return " " + self.geo_id \
+ " " + self.location_code \
+ " " + self.location \
+ " " + self.pop_data_2019 \
+ " " + self.location_group.location_group \
+ " "
return " " + self.location_code \
+ " | " + self.location \
+ " | " + self.pop_data_2019 \
+ " | " + self.geo_id \
+ " -> " + self.location_group.location_group
@classmethod
def remove_all(cls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment