이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
michal
/
craftbeerpi3
의 미러
https://github.com/Manuel83/craftbeerpi3
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
2
위키
활동
소스 검색
remove xtra space in cooler_off
pull/6/head
Carl Allen
8 년 전
부모
a2bbcf90ba
커밋
f5561c2da8
1개의 변경된 파일
과
0개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/core/controller.py
+ 0
- 1
modules/core/controller.py
파일 보기
@@ -133,7 +133,6 @@ class FermenterController(ControllerBase, ActorController, SensorController):
@cbpi.try_catch(None)
def cooler_off(self):
f = self.api.cache.get("fermenter").get(self.fermenter_id)
if f.cooler is not None:
self.actor_off(int(f.cooler))
쓰기
미리보기
불러오는 중...
취소
저장