Skip to content

Commit 344bb9f

Browse files
Merge pull request #1781 from sayampradhan/patch-70
format document
2 parents f55e3fe + 7e5731a commit 344bb9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Battery_notifier.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
# battery percent will return the current battery prcentage
88
percent = battery.percent
9-
charging = battery.power_plugged
9+
charging = (
10+
battery.power_plugged
11+
)
1012

1113
# Notification(title, description, duration)--to send
1214
# notification to desktop

0 commit comments

Comments
 (0)