Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Sep 27, 2018
1 parent 18be49c commit 7826ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ComputerVisionAlgorithm(BaseWidget):
self._runbutton = ControlButton('Run')

#Define the function that will be called when a file is selected
self._videofile.changed = self.__videoFileSelectionEvent
self._videofile.changed_event = self.__videoFileSelectionEvent
#Define the event that will be called when the run button is processed
self._runbutton.value = self.__runEvent
#Define the event called before showing the image in the player
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started/first-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Create the file **example.py** and add the next code to it.
self._runbutton = ControlButton('Run')
#Define the function that will be called when a file is selected
self._videofile.changed = self.__videoFileSelectionEvent
self._videofile.changed_event = self.__videoFileSelectionEvent
#Define the event that will be called when the run button is processed
self._runbutton.value = self.__runEvent
#Define the event called before showing the image in the player
Expand Down

0 comments on commit 7826ad7

Please sign in to comment.