[TASK] Add missing underscore.

This commit is contained in:
JPT
2014-05-15 17:43:23 +02:00
parent a1da54494b
commit bee6f3a127
+1 -1
View File
@@ -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."""