Add missing lines value in command to synchronize with WeeChat

master
Sébastien Helleu 2 years ago
parent beddac26e1
commit b527fe4b11

@ -184,7 +184,8 @@ class Network(QtCore.QObject):
def sync_weechat(self):
"""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):
"""Return the label for a given status."""

Loading…
Cancel
Save