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."""