projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85b29d8
)
ja, jetzt kriegt man wirklich panic ;-)
author
realraum
<realraum@realraum.at>
Thu, 12 Aug 2010 00:05:03 +0000
(
00:05
+0000)
committer
realraum
<realraum@realraum.at>
Thu, 12 Aug 2010 00:05:03 +0000
(
00:05
+0000)
switch-power.py
patch
|
blob
|
history
diff --git
a/switch-power.py
b/switch-power.py
index
5a33f19
..
c870760
100755
(executable)
--- a/
switch-power.py
+++ b/
switch-power.py
@@
-230,10
+230,10
@@
def eventPanic():
lst2 = map(lambda e:[e,False], lst1)
for id in lst1:
switchPower(id,False)
- for times in range(1,6)
+ for times in range(1,6):
delay = random.choice([0.3,1.4,0.9,0.5,0.3,1.4,0.9,0.5,2.2])
time.sleep(delay)
- for e in lst1:
+ for e in lst2:
e[1]=not e[1]
switchPower(e[0],e[1])
for id in lst1: