mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
turn off mpv debug
This commit is contained in:
parent
e8b4d276b4
commit
384a01e53b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue