diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/motion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motion.py b/scripts/motion.py index f2215d30..03546b84 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -134,7 +134,7 @@ def _do_move(): # draw the outline ... f=0 else: - _client.move(x, y, 1) # move the *frame* + _client.move(x, y) global move_popup if move_popup: |
