From 0f03c3efa4cf642148740c0c7461e4412b84abc0 Mon Sep 17 00:00:00 2001 From: Adabriand Furtado Date: Tue, 29 Mar 2016 21:24:27 -0300 Subject: [PATCH] Correção da URL do thumbnail da aplicação. --- corretor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corretor.py b/corretor.py index caacb0a..977e451 100644 --- a/corretor.py +++ b/corretor.py @@ -40,7 +40,7 @@ class Corretor: def __update_project_info(self, project): template = self.env.get_template('template.html') project.info['task_presenter'] = template.render(server=self.config['HOST_STATIC_FILES_ENDPOINT'], server_backend=self.config['HOST_ENDPOINT'], app_shortname=self.config['PYBOSSA_APP_SHORT_NAME']) - project.info['thumbnail'] = self.config['HOST_ENDPOINT'] + "/img/thumbnail.png" + project.info['thumbnail'] = self.config['HOST_STATIC_FILES_ENDPOINT'] + "/img/thumbnail.png" project.info['sched'] = "incremental" project.allow_anonymous_contributors = False #project.published = True -- libgit2 0.21.2