From 5f5d5f83997d380c74170cbfda33204867f0702d Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Fri, 12 Oct 2018 09:24:45 +0200 Subject: [PATCH] Startup --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 60e0c09..a2c65bd 100644 --- a/script/local.py +++ b/script/local.py @@ -13,4 +13,4 @@ class MyInterlock1 (Interlock): return False return True -interlock1 = MyInterlock1() +#interlock1 = MyInterlock1()