From 0b12f2f70e81b09936bc78987481d5d10069c810 Mon Sep 17 00:00:00 2001 From: Shy Date: Fri, 19 May 2017 20:09:03 +0200 Subject: [PATCH] Updated Keller layout --- c4ctrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c4ctrl.py b/c4ctrl.py index 6281970..b23c1cd 100755 --- a/c4ctrl.py +++ b/c4ctrl.py @@ -782,7 +782,7 @@ class Keller(C4Room): # {{{1 name = "Keller" switches = ( - ("Mitte", "licht/keller/aussen"), + ("Mitte", "licht/keller/mitte"), ("Lötplatz", "licht/keller/loet"), ("Vorne", "licht/keller/vorne") )