Skip to content
This repository was archived by the owner on Jan 26, 2020. It is now read-only.

Commit 32556ab

Browse files
player.py
That's it. The entire project in one text file.
1 parent a196399 commit 32556ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

player.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
#######################################################
44
# Python Music Player
55
# By Benjamin Urquhart
6-
# benjamin@ericsart.com
76
# VERSION: 2.4
87
98
This player is designed to play music on a Raspberry Pi,
109
but can be used on Windows and OSX.
1110
OSX support is limited.
11+
12+
Don't expect good documentation for a little while.
1213
#######################################################
1314
"""
1415
version = '2.4'
@@ -348,6 +349,7 @@ def display(text, background, screen):
348349
bcast("Failed to create log")
349350
######################################################
350351
# Checking for updates...
352+
""" Yep, that's an IP address"""
351353
url = "50.177.194.52:8080"
352354
update = 0
353355
try:

0 commit comments

Comments
 (0)