txlyre 8 月之前
父节点
当前提交
0c7b48d04f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -240,7 +240,7 @@ def push(pool_url, data, secret):
 def puller(queue, source, source_type, multiplier):
     while True:
         try:
-            data = sample(source, source_type, multiplier=1)
+            data = sample(source, source_type, multiplier)
         except KeyboardInterrupt:
             logger.info("Interrupted by user.")