mirror of
https://github.com/andreili/klipper.git
synced 2025-09-15 09:51:12 +02:00
It seems python2 string.split() method does not accept a "maxsplit" parameter. Use a format compatible with both python2 and python3. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>