Преглед на файлове

removed result reporting temporally

Gamaliel Espinoza преди 7 години
родител
ревизия
2b9aa11e50
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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)