fix formatting error
This commit is contained in:
parent
d8a3a4360e
commit
a32dfeb412
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class Radioob(ReplApplication):
|
||||||
|
|
||||||
radio = self.get_object(_id, 'get_radio', ['streams'])
|
radio = self.get_object(_id, 'get_radio', ['streams'])
|
||||||
if not radio:
|
if not radio:
|
||||||
print >>sys.stderr, 'Radio not found: ' % _id
|
print >>sys.stderr, 'Radio not found:', _id
|
||||||
return 1
|
return 1
|
||||||
try:
|
try:
|
||||||
player_name = self.config.get('media_player')
|
player_name = self.config.get('media_player')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue