Skip to content

Commit

Permalink
More changes to screen messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Apr 16, 2016
1 parent 552738a commit e8d1837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkchromecast/cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def initialize_cast(self):
print('===== ============= ')
self.availablecc=[]
for self.index,device in enumerate(self.cclist):
print(str(self.index)+' ', str(device))
print(str(self.index)+' ',str(device))
toappend = [self.index,device]
self.availablecc.append(toappend)
#print ('Array')
Expand Down

0 comments on commit e8d1837

Please sign in to comment.