소스 검색

declaring variable _pins_for_cleanup now

digital 7 년 전
부모
커밋
6e4e2b3b32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/digilib/gpio/wrapper.py

+ 1 - 1
src/digilib/gpio/wrapper.py

@@ -30,7 +30,7 @@ except ImportError:
     IN = "in"
     BCM = "bcm"
 
-pin_values = {}
+_pins_for_cleanup = set()
 
 
 def cleanup(self,*args):