Skip to content

Commit

Permalink
SmartCamera: fix typo in sc_main
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Nov 1, 2014
1 parent bccb668 commit aee0e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_camera/sc_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ def run(self):
if not self.use_simulator:
sc_video.stop_background_capture()

sc_main = SmartCameraMain()
sc_main = SmartCamera()
sc_main.run()

0 comments on commit aee0e32

Please sign in to comment.