On ajoute le bâtiment v dans les configs.
This commit is contained in:
parent
da71e80be1
commit
2ffb7ca2f7
3 changed files with 12 additions and 2 deletions
|
@ -42,7 +42,8 @@ def _need_conn(f):
|
|||
# backend pgsql. On utilise donc une exception plus standard
|
||||
return first_connect
|
||||
|
||||
bat_switchs = ["a", "b", "c", "g", "h", "i", "j", "m", "o", "p"]
|
||||
# Le v est virtuel.
|
||||
bat_switchs = ["a", "b", "c", "g", "h", "i", "j", "m", "o", "p", "v"]
|
||||
|
||||
class ChbreNotFound(ValueError):
|
||||
"""Lorsqu'une chambre n'existe pas"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue