[TASK] Add missing underscore.

This commit is contained in:
Jan Philipp Timme 2014-05-15 17:43:23 +02:00
parent a1da54494b
commit bee6f3a127
1 changed files with 1 additions and 1 deletions

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