pageauc / pi-timolo

Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
MIT License
548 stars 101 forks source link

Fix for DF information on python3 #114

Closed surak closed 3 years ago

surak commented 3 years ago

On python3, subprocess returns a byte stream instead of a string - so you either split it with another byte stream (which is what this fix proposes) or convert it into a string.