diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f4ac791..594acc6 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -150,7 +150,7 @@
-
+
@@ -176,7 +176,15 @@
1757526666977
-
+
+
+ 1757526984452
+
+
+
+ 1757526984452
+
+
diff --git a/video_methods.py b/video_methods.py
index 27ecd39..0fd8613 100644
--- a/video_methods.py
+++ b/video_methods.py
@@ -16,8 +16,7 @@ class Method:
def __init__(self, method_type):
self.method_type = method_type
- print(method_type)
- if method_type is "cam":
+ if method_type == "cam":
self.cap = cv2.VideoCapture(0)
if not self.cap.isOpened():