From 19aff94deb938107b06a448afc6ce8fb5c1c59fe Mon Sep 17 00:00:00 2001 From: x03daop Date: Tue, 5 Apr 2016 15:57:55 +0200 Subject: [PATCH] Closedown --- script/scan_guard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/scan_guard.py b/script/scan_guard.py index b2abb63d..c264082d 100644 --- a/script/scan_guard.py +++ b/script/scan_guard.py @@ -682,8 +682,8 @@ class StationShutter(ControlledDevice): ###Global flag class GlobalFlag(ControlledDevice): - def __init__(self, name): - pass + def __init__(self): + ControlledDevice.__init__(self,"Global Flag") def pause(self): """