mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-22 22:16:49 +00:00
Removed print
This commit is contained in:
parent
a9083796f1
commit
1a7691cdfb
@ -191,7 +191,6 @@ class MpcHcApi:
|
||||
self.__listener.SendCommand(self.CMD_OPENFILE, filePath)
|
||||
|
||||
def isPaused(self):
|
||||
print self.playState
|
||||
return (self.playState <> self.__MPC_PLAYSTATE.PS_PLAY and self.playState <> None)
|
||||
|
||||
def askForVersion(self):
|
||||
|
Loading…
Reference in New Issue
Block a user