From eb4f3467748bf062c4ddaa44934a1fff1894c63d Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 16 Oct 2018 11:19:49 +0200 Subject: [PATCH] Script execution --- script/device/Mythen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/device/Mythen.py b/script/device/Mythen.py index 83d1649..2be42a4 100644 --- a/script/device/Mythen.py +++ b/script/device/Mythen.py @@ -2,7 +2,7 @@ class Mythen(DeviceBase): def __init__(self, name, prefix): - Mythen.__init__(self, name) + .__init__(self, name) self.prefix = prefix def set_acquire_time(self, value):