Minor fix of an argument typo as well as making an example more compacent with the wiki.

This commit is contained in:
Griatch 2009-08-16 09:09:55 +00:00
parent 1d4f075ca7
commit 6bbdde763d
2 changed files with 4 additions and 7 deletions

View file

@ -50,9 +50,6 @@ class EventBlinkButton(IntervalEvent):
for b in buttons:
try:
b.scriptlink.blink()
except AttributeError:
#button has no blink() method. Just ignore.
pass
except:
#show other tracebacks to log and owner of object.
#This is important, we must handle these exceptions gracefully!