diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 556dd2c..f4ac791 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,10 +5,8 @@
-
-
-
+
@@ -152,7 +150,7 @@
-
+
@@ -170,7 +168,15 @@
1756143470328
-
+
+
+ 1757526666977
+
+
+
+ 1757526666977
+
+
diff --git a/video_methods.py b/video_methods.py
index bf527e1..27ecd39 100644
--- a/video_methods.py
+++ b/video_methods.py
@@ -16,6 +16,7 @@ class Method:
def __init__(self, method_type):
self.method_type = method_type
+ print(method_type)
if method_type is "cam":
self.cap = cv2.VideoCapture(0)