aboutsummaryrefslogtreecommitdiffstats
path: root/examples/external/opencv/webcam_pattern_detection.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/external/opencv/webcam_pattern_detection.py')
-rw-r--r--examples/external/opencv/webcam_pattern_detection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/external/opencv/webcam_pattern_detection.py b/examples/external/opencv/webcam_pattern_detection.py
index 4f02f8d4f..a764e4c27 100644
--- a/examples/external/opencv/webcam_pattern_detection.py
+++ b/examples/external/opencv/webcam_pattern_detection.py
@@ -204,4 +204,4 @@ if __name__ == "__main__":
app = QApplication()
w = Window()
w.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())