Script execution

This commit is contained in:
gac-S_Changer
2017-07-10 18:30:01 +02:00
parent 7a6d1fe9c3
commit 009d30d86c

View File

@@ -177,7 +177,7 @@ def get_empties(block_id=None):
return get_puck_detection(DET_EMPTY, block_id)
def get_det_errors(block_id=None):
return get_puck_detection(DET_ErrorK, block_id)
return get_puck_detection(DET_ERROR, block_id)
###################################################################################################
#Plotting
###################################################################################################