Python sizin tek dostunuz
27 Feb 2016 by Commanddef mpdcontrol():
#lamerlik dizboyu
home = os.getenv("HOME")
if os.path.exists(home+"/.mpd/mpd.pid"):
return True
else:
return False
def mpdcontrol():
#lamerlik dizboyu
home = os.getenv("HOME")
if os.path.exists(home+"/.mpd/mpd.pid"):
return True
else:
return False