From cfd6b8a4134637638b7a64aaa54f89105040f187 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Mon, 25 Nov 2019 02:34:13 +0100 Subject: [PATCH] Fix typo --- scripts/ztplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ztplot.py b/scripts/ztplot.py index 7424e40..86b5b49 100755 --- a/scripts/ztplot.py +++ b/scripts/ztplot.py @@ -215,7 +215,7 @@ class ZTPlot(kp.Module): ]) shutil.copy(f, plot_filename) self._update_lower_limits() - self['services']['post_elog']( + self.services['post_elog']( logbook=self.logbook, subject="New massive event!", message="A new event has made it into the top 10!", -- GitLab