diff options
Diffstat (limited to 'Demo')
-rwxr-xr-x | Demo/sgi/video/VCR.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/VCR.py b/Demo/sgi/video/VCR.py index 0e2edc6..535a7da 100755 --- a/Demo/sgi/video/VCR.py +++ b/Demo/sgi/video/VCR.py @@ -178,7 +178,7 @@ class VCR: return if self.testready(): if self.cb: - apply(self.cb, self.cb_arg) + apply(self.cb, (self.cb_arg,)) def _cmd(self, cmd): if DEBUG: |