marcus67 / little_brother

Parental Control Application implemented in Python 3 packaged for Debian and Ubuntu to monitor and limit kids' play time on Linux hosts
GNU General Public License v3.0
59 stars 9 forks source link

Duration for time since last ping does not contain days #113

Closed marcus67 closed 3 years ago

marcus67 commented 3 years ago

Current behavior: The duration is only shown in hours, minutes, and seconds. The days are missing. Desired behavior: Either add days or use heuristic format with "Since NNN timeunit". See https://pypi.org/project/humanize/