This commit is contained in:
Lucas Verney 2021-04-13 18:58:55 +02:00
parent cbe9461809
commit e284a71a43
1 changed files with 3 additions and 2 deletions

View File

@ -314,6 +314,7 @@ def fetch_flats(config):
backend=backend,
last_fetch=arrow.get(last_fetch_by_backends[backend]).date()
)
if last_fetch_in_db:
session.add(last_fetch_in_db)
session.commit()