minor readability changes

This commit is contained in:
Timothy Allen 2015-06-15 02:10:10 +02:00
parent 7deda15585
commit 24f9ea1e52
1 changed files with 1 additions and 1 deletions

View File

@ -112,11 +112,11 @@ else:
src = host+":"+port,
consume = get_status['consume'],
current = get_currentsong['file'] if get_currentsong['file'] else '',
time = get_status['time'].split(":")[0] if get_status['time'] else '',
random = get_status['random'],
repeat = get_status['repeat'],
single = get_status['single'],
state = get_status['state'],
time = get_status['time'].split(":")[0] if get_status['time'] else '',
volume = get_status['volume'],
)