-remove some commented out code
This commit is contained in:
parent
5a4b4ba421
commit
f0342e9329
|
@ -294,12 +294,7 @@ class PypoFetch(Thread):
|
||||||
try:
|
try:
|
||||||
os.mkdir(self.cache_dir + str(pkey))
|
os.mkdir(self.cache_dir + str(pkey))
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
logger.error(e)
|
logger.warning(e)
|
||||||
|
|
||||||
#June 13, 2011: Commented this block out since we are not currently setting this to '1'
|
|
||||||
#on the server side. Currently using a different method to detect if already played - Martin
|
|
||||||
#if int(playlist['played']) == 1:
|
|
||||||
# logger.info("playlist %s already played / sent to liquidsoap, so will ignore it", pkey)
|
|
||||||
|
|
||||||
ls_playlist = self.handle_media_file(playlist, pkey, bootstrapping)
|
ls_playlist = self.handle_media_file(playlist, pkey, bootstrapping)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue