git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow setting progress for current task from within resident task, implement rudiment...
[enigma2.git]
/
lib
/
python
/
Components
/
SystemInfo.py
diff --git
a/lib/python/Components/SystemInfo.py
b/lib/python/Components/SystemInfo.py
index 506633242b9908bf5aa5cbd696e95f5ed7c37249..d074c41407ced50ebea7bc509bfc4ddbf1cdf19a 100644
(file)
--- a/
lib/python/Components/SystemInfo.py
+++ b/
lib/python/Components/SystemInfo.py
@@
-6,7
+6,7
@@
SystemInfo = { }
def getNumVideoDecoders():
from Tools.Directories import fileExists
idx = 0
- while fileExists("/dev/dvb/adapter0/video%d"%(idx), '
r
'):
+ while fileExists("/dev/dvb/adapter0/video%d"%(idx), '
f
'):
idx += 1
return idx