From 7e5731a1ee955fb36e5546f8012ae651ed21f972 Mon Sep 17 00:00:00 2001 From: sayampradhan <112542130+sayampradhan@users.noreply.github.com> Date: Fri, 14 Oct 2022 23:11:31 +0530 Subject: [PATCH] format document --- Battery_notifier.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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