mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Code cleanup
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
import pykka
|
||||
from mopidy import backend
|
||||
import logging
|
||||
|
||||
from mopidy import backend
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class TouchScreenBackend(pykka.ThreadingActor, backend.Backend):
|
||||
|
||||
class TouchScreenBackend(pykka.ThreadingActor, backend.Backend):
|
||||
def __init__(self, config, audio):
|
||||
super(TouchScreenBackend, self).__init__()
|
||||
self.audio = audio
|
||||
logger.error("backend funciona")
|
||||
|
||||
def on_receive(self, message):
|
||||
action = message['action']
|
||||
|
||||
Reference in New Issue
Block a user