From 24f9ea1e52cd3535732ee026ac45b6e700e71d44 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 15 Jun 2015 02:10:10 +0200 Subject: [PATCH] minor readability changes --- backup_mpd_playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_mpd_playlist.py b/backup_mpd_playlist.py index 444a906..616eded 100755 --- a/backup_mpd_playlist.py +++ b/backup_mpd_playlist.py @@ -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'], )