From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 851C6138200 for ; Mon, 29 Jul 2013 22:40:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 457B1E0A60; Mon, 29 Jul 2013 22:40:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C641E0A60 for ; Mon, 29 Jul 2013 22:40:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9002F33EAAF for ; Mon, 29 Jul 2013 22:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1F0BDE545E for ; Mon, 29 Jul 2013 22:40:33 +0000 (UTC) From: "Antanas Ursulis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Antanas Ursulis" Message-ID: <1375137602.bbd440de5dccef2115a3f59e3ab7ca2864d717ad.uranium@gentoo> Subject: [gentoo-commits] proj/log-analysis:master commit in: / X-VCS-Repository: proj/log-analysis X-VCS-Files: flask_app.py X-VCS-Directories: / X-VCS-Committer: uranium X-VCS-Committer-Name: Antanas Ursulis X-VCS-Revision: bbd440de5dccef2115a3f59e3ab7ca2864d717ad X-VCS-Branch: master Date: Mon, 29 Jul 2013 22:40:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ac67159-3d3e-43de-8067-42b2c2337afe X-Archives-Hash: aaf90890f95e7b6e457b9d535278d4b4 commit: bbd440de5dccef2115a3f59e3ab7ca2864d717ad Author: Antanas Uršulis gmail com> AuthorDate: Mon Jul 29 22:40:02 2013 +0000 Commit: Antanas Ursulis gmail com> CommitDate: Mon Jul 29 22:40:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/log-analysis.git;a=commit;h=bbd440de Add TODO item --- flask_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_app.py b/flask_app.py index 5356bc4..17281fa 100644 --- a/flask_app.py +++ b/flask_app.py @@ -15,7 +15,7 @@ processors = {'portage' : PortageProcessor(store)} # TODO: initialise from confi @app.before_request def before_request(): - g.db = database.get_connection('gsoc', 'gsocpasswd', 'loganalysis') + g.db = database.get_connection('gsoc', 'gsocpasswd', 'loganalysis') # TODO: get from config file @app.teardown_request def teardown_request(exception):