[TASK] Add missing underscore.
This commit is contained in:
parent
a1da54494b
commit
bee6f3a127
|
@ -23,7 +23,7 @@ class MonitorBotService(Service):
|
||||||
self._realname = realname
|
self._realname = realname
|
||||||
self._watch_path = filepath.FilePath(path)
|
self._watch_path = filepath.FilePath(path)
|
||||||
self._messages = []
|
self._messages = []
|
||||||
self.callid = None
|
self._callid = None
|
||||||
|
|
||||||
def startService(self):
|
def startService(self):
|
||||||
"""Construct a client & connect to server."""
|
"""Construct a client & connect to server."""
|
||||||
|
|
Loading…
Reference in New Issue