Clarify comment
This commit is contained in:
parent
93386a4d8a
commit
bcc67dfb10
@ -98,6 +98,7 @@ class PresenceService(dbus.service.Object):
|
||||
conn = item
|
||||
|
||||
if not conn:
|
||||
# Create a new connection
|
||||
conn_bus_name, conn_object_path = \
|
||||
mgr[CONN_MGR_INTERFACE].RequestConnection(protocol, account)
|
||||
conn = Connection(conn_bus_name, conn_object_path)
|
||||
|
Loading…
Reference in New Issue
Block a user