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.")