HackUTOKYOv2Pim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 5707e77dc993e9f3b3caad752b13afff5a42a3c1
parent b8dfbe0a3b928781b6f7651db242d1d9e57a7c88
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Fri, 30 Aug 2024 20:55:14 +0900

update test

Diffstat:
Mtest.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test.py b/test.py @@ -32,7 +32,8 @@ def main(): escapeL elif count[1] >= camLimit: escapeL - + + print("noEscape") if cv2.waitKey(1) != -1: break