Code cleanup

This commit is contained in:
9and3r
2014-08-04 13:54:59 +02:00
parent 9ade6ebf2d
commit 69020a89de
5 changed files with 20 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
import pykka
import logging
import pykka
from mopidy import backend
@@ -19,4 +20,4 @@ class TouchScreenBackend(pykka.ThreadingActor, backend.Backend):
elif action == "mute":
self.audio.set_mute(message['value'])
elif action == "random":
self.audio.set_random(message['value'])
self.audio.set_random(message['value'])