From a2804e92f68f9bd152499df4e753b4b9dfb5990e Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 3 Nov 2018 17:38:39 +0100 Subject: [PATCH] Removed open parameter --- bumblebee/modules/datetime.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bumblebee/modules/datetime.py b/bumblebee/modules/datetime.py index 9e42f84..02f71b9 100644 --- a/bumblebee/modules/datetime.py +++ b/bumblebee/modules/datetime.py @@ -30,7 +30,6 @@ class Module(bumblebee.engine.Module): def __init__(self, engine, config): super(Module, self).__init__(engine, config, bumblebee.output.Widget(full_text=self.get_time)) - self._app = self.parameter("open", "calendar") engine.input.register_callback(self, button=bumblebee.input.LEFT_MOUSE, cmd=self._app) self._fmt = self.parameter("format", default_format(self.name))