Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1489, in __call__
return self.func(*args)
File "../pyspantask.py", line 108, in <lambda>
return lambda e:frame.key_pressed(key)
File "../pyspantask.py", line 119, in key_pressed
self.scripts[0].next(self, key, **self.opts)
TypeError: <lambda>() got an unexpected keyword argument 'time_out'