mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2025-08-01 13:31:45 -06:00
missing paren
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user