Skip to content

Commit

Permalink
format document
Browse files Browse the repository at this point in the history
  • Loading branch information
sayampradhan authored Oct 14, 2022
1 parent 5fdaba0 commit 7e5731a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Battery_notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e5731a

Please sign in to comment.