On affiche que c'est dans le passé
This commit is contained in:
parent
f9205481a8
commit
3cf874224f
@ -73,6 +73,8 @@ class DBImporterEvents:
|
||||
# conversion to Event, and return an error if it failed
|
||||
if not self.load_event(event):
|
||||
return (False, self.error_message)
|
||||
else:
|
||||
logger.warning("Event in the past, will not be imported: {}".format(event))
|
||||
|
||||
# finally save the loaded events in database
|
||||
self.save_imported()
|
||||
|
Loading…
x
Reference in New Issue
Block a user