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:
@@ -5,8 +5,7 @@ from threading import Thread
|
||||
|
||||
import pygame
|
||||
|
||||
import mopidy
|
||||
from mopidy import core
|
||||
from mopidy import core, utils
|
||||
import pykka
|
||||
|
||||
from .screen_manager import ScreenManager
|
||||
@@ -79,7 +78,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
|
||||
else:
|
||||
self.screen_manager.event(event)
|
||||
pygame.quit()
|
||||
mopidy.utils.process.exit_process()
|
||||
utils.process.exit_process()
|
||||
|
||||
def on_start(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user