From 121575f8149d13bffebd6bc3199b576a15c081a1 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 13 Jul 2017 00:40:06 +0200 Subject: Remove debug hack accidentially left in the code --- mpv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.py b/mpv.py index d76f9a3..6cbb31d 100644 --- a/mpv.py +++ b/mpv.py @@ -46,7 +46,7 @@ else: "mpv-devel or mpv-libs package. If you have libmpv around but this script can't find it, maybe consult " "the documentation for ctypes.util.find_library which this script uses to look up the library " "filename.") - backend = CDLL(sofile) #'/home/user/mpv/build/libmpv.so') + backend = CDLL(sofile) fs_enc = sys.getfilesystemencoding() -- cgit