[annuaires_pg] On ferme la connexion quand on a récupéré la liste des bâtiments *ahem*

darcs-hash:20110226110514-ffbb2-228277e9a40bddbaf6156d84e3f74662c6873797.gz
This commit is contained in:
Nicolas Dandrimont 2011-02-26 12:05:14 +01:00
parent 200a8f1bee
commit fed9b34339

View file

@ -11,6 +11,7 @@ try:
cur.execute("SELECT DISTINCT batiment FROM prises")
bat_switchs = [i[0] for i in cur.fetchall()]
cur.close()
except psycopg2.OperationalError:
bat_switchs = ["a", "b", "c", "g", "h", "i", "j", "m", "o", "p"]