-
- Downloads
pmb.config.init: Don't convert sudo timer return value to str
config.sudo_timer is a bool, and the returned value here is a bool. No point in converting it to a str.
Please register or sign in to comment
config.sudo_timer is a bool, and the returned value here is a bool. No point in converting it to a str.