Skip to content

Commit 7c0a780

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 88fee26 commit 7c0a780

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

computer_vision/wave_tune.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
VOLUME_CHANGE_COOLDOWN = 0.5
1010
VOLUME_CHANGE_THRESHOLD = 50
1111

12+
1213
def main():
1314
cap = cv2.VideoCapture(CAMERA_ID)
1415
if not cap.isOpened():
@@ -81,5 +82,6 @@ def main():
8182
cv2.destroyAllWindows()
8283
print("Program ended")
8384

85+
8486
if __name__ == "__main__":
8587
main()

0 commit comments

Comments
 (0)