Bugfix: Config constructor no longer takes a string (#522)
This commit is contained in:
@@ -348,5 +348,5 @@ class GraphicDebuggerController:
|
||||
cv2.waitKey(1)
|
||||
|
||||
if __name__ == "__main__":
|
||||
debugger = GraphicDebuggerController(Config())
|
||||
debugger = GraphicDebuggerController()
|
||||
debugger.start()
|
||||
|
||||
Reference in New Issue
Block a user