killed some refactoring bugs

This commit is contained in:
2018-06-04 10:37:03 +02:00
parent 194f6cda9d
commit 16aa1422e4
3 changed files with 7 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ class BallFollower(object):
self.counter = 0
def update(self):
print('in update loop')
try:
(x, y), radius = self.finder.find_colored_ball(
self.video_top.get_frame()