소스 검색

Python bug fix

Peter 5 년 전
부모
커밋
bfe8a5c278
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      software/BananaPiM2+/doku.md

+ 1 - 1
software/BananaPiM2+/doku.md

@@ -178,7 +178,7 @@ nano send_serial_bluetooth.py
 import sys
 import bluetooth
 
-addr = none
+addr = None
 
 if len(sys.argv) < 2:
     print("No device specified. Searching all nearby bluetooth devices for "