SAAS-1011 - Fixed one mimetype problem and fixed installer

This commit is contained in:
Albert Santoni 2015-08-24 16:25:09 -04:00
parent fdb2d4fae2
commit f21fcb3dcc
3 changed files with 4 additions and 3 deletions

View file

@ -61,7 +61,7 @@ class PypoFile(Thread):
media_item['file_ready'] = not do_copy
if do_copy:
self.logger.debug("copying from %s to local cache %s" % (src, dst))
self.logger.info("copying from %s to local cache %s" % (src, dst))
try:
CONFIG_SECTION = "general"
username = self._config.get(CONFIG_SECTION, 'api_key')