X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cdc1f1278982616f66ecaf3945169d179dbc8c36..92456d9542585d58e011fa4f0b501de3ef9c1819:/lib/python/Components/UsageConfig.py diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 5f9fe5ed..9d5e959f 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -18,7 +18,7 @@ def InitUsageConfig(): ("12", "1 " + _("minute")), ("24", "2 " + _("minutes")), ("60", "5 " + _("minutes")), ("120", "10 " + _("minutes")), ("240", "20 " + _("minutes")), ("241", "30 " + _("minutes")), ("242", "1 " + _("hour")), ("244", "2 " + _("hours")), - ("248", "4 " + _("hours")), ("255", "4 " + _("hours") + _(" and ") + "15 " + _("seconds")) ]) + ("248", "4 " + _("hours")) ]) def setHDDStandby(configElement): os.system("hdparm -S" + configElement.value + " /dev/ide/host0/bus0/target0/lun0/disc")