Queue the right type of batch

This commit is contained in:
Daoud Clarke 2022-06-29 22:52:12 +01:00
parent 2b52b50569
commit ddc8664c11

View file

@ -95,7 +95,7 @@ def create_batch(batch: Batch):
upload(data, filename)
record_urls_in_database(batch, user_id_hash, now)
queue_batch(batch)
queue_batch(hashed_batch)
global last_batch
last_batch = hashed_batch