turn off mpv debug

This commit is contained in:
Damien Elmes 2017-09-30 19:33:09 +10:00
parent e8b4d276b4
commit 384a01e53b

View file

@ -82,7 +82,7 @@ from anki.mpv import MPV
class MpvManager(MPV): class MpvManager(MPV):
def __init__(self): def __init__(self):
super().__init__(window_id=None, debug=True) super().__init__(window_id=None, debug=False)
def queueFile(self, file): def queueFile(self, file):
path = os.path.join(os.getcwd(), file) path = os.path.join(os.getcwd(), file)