diff options
Diffstat (limited to 'py/tests')
-rwxr-xr-x | py/tests/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/sync.py b/py/tests/sync.py index 605dbcf..935d86e 100755 --- a/py/tests/sync.py +++ b/py/tests/sync.py @@ -178,7 +178,7 @@ def main(argv): fb = flip_handler.fb1 pykms.draw_color_bar(fb, fb.width - bar_width - bar_speed, bar_speed, bar_width) - mode_blob = mode.blob(card) + mode_blob = mode.to_blob(card) req = pykms.AtomicReq(card) req.add(conn, 'CRTC_ID', crtc.id) |