浏览代码

Queue the right type of batch

Daoud Clarke 3 年之前
父节点
当前提交
ddc8664c11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mwmbl/crawler/app.py

+ 1 - 1
mwmbl/crawler/app.py

@@ -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