Update stbbranding.py

This commit is contained in:
gutosie
2022-02-02 15:16:48 +02:00
committed by GitHub
parent caf79e2a2b
commit 4bac48be09

View File

@@ -1083,7 +1083,7 @@ def getExtCheckHddUsb():
return neoExt
def getNandWrite():
NandWrite = 'UNKNOWN'
NandWrite = 'NandWrite'
if os.path.exists('/usr/sbin/nandwrite'):
with open('/usr/sbin/nandwrite', 'r') as f:
lines = f.read()