diff --git a/main.py b/main.py index 8eba707..5278b05 100644 --- a/main.py +++ b/main.py @@ -78,7 +78,6 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow): # self.framRate = self.cap.get(cv2.CAP_PROP_FPS) # th = threading.Thread(target=self.Display) - # th.start() def Images_Display(self): img_list=[] diff --git a/setup.py b/setup.py index 2e11de4..0cdd0a1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, +# distributed under the License is distributed on an "AS IS" BASIS # See the License