-fixed problem where cue'd files were not being played.

This commit is contained in:
martin 2011-01-01 22:46:21 -05:00
parent dcda802e48
commit 4443d7af66
2 changed files with 2 additions and 0 deletions

View file

@ -258,6 +258,7 @@ class CampcasterApiClient(ApiClientInterface):
try:
src = src + "/api_key/" + self.config["api_key"]
logger.debug("try to download from %s to %s", src, dst)
# check if file exists already before downloading again
filename, headers = urllib.urlretrieve(src, dst)