SAAS-1011 - Fixed one mimetype problem and fixed installer
This commit is contained in:
parent
fdb2d4fae2
commit
f21fcb3dcc
3 changed files with 4 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue