diff --git a/Battery_notifier.py b/Battery_notifier.py index 2f45301bc1e..d871e43d928 100644 --- a/Battery_notifier.py +++ b/Battery_notifier.py @@ -6,7 +6,9 @@ # battery percent will return the current battery prcentage percent = battery.percent -charging = battery.power_plugged +charging = ( + battery.power_plugged +) # Notification(title, description, duration)--to send # notification to desktop