Removed print
This commit is contained in:
parent
a9083796f1
commit
1a7691cdfb
@ -191,7 +191,6 @@ class MpcHcApi:
|
|||||||
self.__listener.SendCommand(self.CMD_OPENFILE, filePath)
|
self.__listener.SendCommand(self.CMD_OPENFILE, filePath)
|
||||||
|
|
||||||
def isPaused(self):
|
def isPaused(self):
|
||||||
print self.playState
|
|
||||||
return (self.playState <> self.__MPC_PLAYSTATE.PS_PLAY and self.playState <> None)
|
return (self.playState <> self.__MPC_PLAYSTATE.PS_PLAY and self.playState <> None)
|
||||||
|
|
||||||
def askForVersion(self):
|
def askForVersion(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user