mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07:00
missing paren
This commit is contained in:
parent
7f55e5f172
commit
2e9e1a614c
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user