Add missing lines value in command to synchronize with WeeChat
This commit is contained in:
parent
beddac26e1
commit
b527fe4b11
@ -184,7 +184,8 @@ class Network(QtCore.QObject):
|
|||||||
|
|
||||||
def sync_weechat(self):
|
def sync_weechat(self):
|
||||||
"""Synchronize with WeeChat."""
|
"""Synchronize with WeeChat."""
|
||||||
self.send_to_weechat('\n'.join(_PROTO_SYNC_CMDS))
|
self.send_to_weechat('\n'.join(_PROTO_SYNC_CMDS)
|
||||||
|
% {'lines': self._lines})
|
||||||
|
|
||||||
def status_label(self, status):
|
def status_label(self, status):
|
||||||
"""Return the label for a given status."""
|
"""Return the label for a given status."""
|
||||||
|
Loading…
Reference in New Issue
Block a user