From d54b30a1219a1bdf15189fa96171163f8b3bf21c Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 15 Feb 2019 15:13:53 +0100
Subject: [PATCH] Fix typo

---
 scripts/pmt_rates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pmt_rates.py b/scripts/pmt_rates.py
index 8c2debc..df75d52 100755
--- a/scripts/pmt_rates.py
+++ b/scripts/pmt_rates.py
@@ -96,7 +96,7 @@ class PMTRates(kp.Module):
 
     def update_plot(self):
         filename = os.path.join(self.plot_path, self.filename)
-        self.debug("Updating plot at {}".format(filename))
+        self.log.debug("Updating plot at {}".format(filename))
         now = time.time()
         max_x = self.max_x
         interval = self.interval
-- 
GitLab