missing paren

This commit is contained in:
Brendan Haines 2020-03-02 20:00:46 -07:00
parent 7f55e5f172
commit 2e9e1a614c

View File

@ -113,7 +113,7 @@ def control_thread():
# TODO: implement control stuff and drive outputs # TODO: implement control stuff and drive outputs
new_time_data = [this_time, line_position] 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: if DEBUG:
for b in brightness: for b in brightness: