diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 78a498c..8e83e03 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -113,7 +113,7 @@ def control_thread(): # TODO: implement control stuff and drive outputs new_time_data = [this_time, line_position] - time_data = np.concatenate((time_data, new_time_data) + time_data = np.concatenate((time_data, new_time_data)) if DEBUG: for b in brightness: