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

work

parent 9deac2bc
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ class VaccinationImport(db.Model):
def find_by_datum(cls, other_datum):
return db.session.query(cls) \
.filter(cls.datum == other_datum) \
.one_or_none()
.all()
@classmethod
def get_date_rep(cls):
......
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