Skip to content

Commit 9cf81a0

Browse files
Tidy ups.py
1 parent f92dfcc commit 9cf81a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ups.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#
33
# Uninterruptible Power Supply (UPS) Control
44
#
5+
# Note:
6+
# User must have sudo rights to be able to perform a system shutdown
7+
#
8+
#
59
# This source file is part of the follwoing repository:
610
# http://www.github.com/microfarad-de/pi-ups
711
#
@@ -24,10 +28,6 @@
2428
# You should have received a copy of the GNU General Public License
2529
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2630
#
27-
#
28-
# Note:
29-
# User must have sudo rights to be able to perform a system shutdown
30-
#
3131

3232
import serial # pip install pyserial
3333
import ilock # pip install ilock

0 commit comments

Comments
 (0)