commit f797a84d20156766162382dba8536f7678821d98 parent bc80443806cf7ecad3e672f06566ed34f829b3b8 Author: 諒太 林 <ryouturn@gmail.com> Date: Sat, 31 Aug 2024 08:11:47 +0900 clean Diffstat:
| M | test.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test.py b/test.py @@ -36,5 +36,5 @@ try: except KeyboardInterrupt: print('interrupted!') GPIO.cleanup() - +GPIO.cleanup() cv2.destroyAllWindows() \ No newline at end of file