diff --git a/script/motion/tools.py b/script/motion/tools.py index da60580..f6f4b59 100644 --- a/script/motion/tools.py +++ b/script/motion/tools.py @@ -179,4 +179,4 @@ def is_pin_detected_in_scanner(): return False if abs(s-av) > 0.1: return False - return True \ No newline at end of file + return True