txlyre 8 месяцев назад
Родитель
Сommit
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.")