Explorar el Código

removed result reporting temporally

Gamaliel Espinoza hace 7 años
padre
commit
2b9aa11e50
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      ondemand/service.py

+ 2 - 1
ondemand/service.py

@@ -139,9 +139,10 @@ def process_segment(item):
         response = client.put_schedule_results(
             item['schedule'],
             item['id'],
-            results,
+            None, # TODO: send results again
             found=found['timestamp'] if found else None,
         )
+
         print(len(results))
         print(results)
         #print(response)