[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:
parent
200a8f1bee
commit
fed9b34339
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue