fix: Properly cleanup intakedb

pull/12/head
Raphaël Vinot 2018-04-10 11:27:52 +02:00
parent 53b08e6181
commit 191975578e
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ class Sanitizer():
'date': date, 'datetime': data['datetime']})
pipeline.sadd('to_insert', uuid)
pipeline.execute()
self.redis_intake.delete(*uuid)
self.redis_intake.delete(*uuids)
self.ris_cache.sadd('for_ris_lookup', *for_ris_lookup)
unset_running(self.__class__.__name__)