Procházet zdrojové kódy

removed result reporting temporally

Gamaliel Espinoza před 7 roky
rodič
revize
2b9aa11e50
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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)