[Blends-commit] [SCM] website branch, master, updated. b611168d90f7c3c46162f7e17f6afb3696c577de
Andreas Tille
tille at debian.org
Thu Feb 7 21:41:53 UTC 2013
The following commit has been merged in the master branch:
commit b611168d90f7c3c46162f7e17f6afb3696c577de
Author: Andreas Tille <tille at debian.org>
Date: Thu Feb 7 22:41:36 2013 +0100
We need UDDPORT ...
diff --git a/webtools/blendstasktoolsold.py b/webtools/blendstasktoolsold.py
index ef7e572..89b4a7f 100644
--- a/webtools/blendstasktoolsold.py
+++ b/webtools/blendstasktoolsold.py
@@ -236,7 +236,7 @@ except psycopg2.OperationalError:
# Hmmm, I observed a really strange behaviour on one of my machines where connecting to
# localhost does not work but 127.0.0.1 works fine. No odea why ... but this should
# do the trick for the moment
- conn = psycopg2.connect(host="127.0.0.1",port=DEFAULTPORT,user="guest",database="udd")
+ conn = psycopg2.connect(host="127.0.0.1",port=UDDPORT,user="guest",database="udd")
curs = conn.cursor()
query = """PREPARE query_pkg (text) AS SELECT
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list