summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVilius Grigaliƫnas <vilius.grigaliunas@gmail.com>2017-09-18 20:21:58 +0300
committerVilius Grigaliƫnas <vilius.grigaliunas@gmail.com>2017-09-18 20:21:58 +0300
commit345ffb1998fa591878ed1330c04b788168466fa3 (patch)
treed97db88c91b15d89197d372c3fca48e7db7c61a0 /setup.py
parent4ebf4e1c373896951e34a1b3dd3f5e100fe5a758 (diff)
downloadpython-mpv-345ffb1998fa591878ed1330c04b788168466fa3.tar.gz
python-mpv-345ffb1998fa591878ed1330c04b788168466fa3.tar.bz2
python-mpv-345ffb1998fa591878ed1330c04b788168466fa3.zip
Fixed TypeError: _handle_key_binding_message() signature incompatibility with mpv < v0.15.0
key-binding message has key name parameter only since mpv version 0.15.0 (as stated in manual), therefore trying to bind keys with earlier versions results in TypeError: _handle_key_binding_message() missing 1 required positional argument: 'key_name'. This change makes this argument optional and default to None.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions