From bee6f3a127d7f7b035f0cb0e85f80cca874dfb93 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Thu, 15 May 2014 17:43:23 +0200 Subject: [PATCH] [TASK] Add missing underscore. --- twisted/plugins/monitorbot_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twisted/plugins/monitorbot_plugin.py b/twisted/plugins/monitorbot_plugin.py index db99250..a13c33b 100644 --- a/twisted/plugins/monitorbot_plugin.py +++ b/twisted/plugins/monitorbot_plugin.py @@ -23,7 +23,7 @@ class MonitorBotService(Service): self._realname = realname self._watch_path = filepath.FilePath(path) self._messages = [] - self.callid = None + self._callid = None def startService(self): """Construct a client & connect to server."""