Style fixes.
This commit is contained in:
parent
ad208cbb3a
commit
ce718a9259
3 changed files with 21 additions and 23 deletions
|
@ -242,7 +242,7 @@ class MatrixServer:
|
|||
server_buffer_prnt(
|
||||
self,
|
||||
"{prefix}matrix: Error while writing to socket".format(
|
||||
W.prefix("network")))
|
||||
prefix=W.prefix("network")))
|
||||
server_buffer_prnt(
|
||||
self,
|
||||
("{prefix}matrix: disconnecting from server...").format(
|
||||
|
@ -499,5 +499,3 @@ def send_cb(server_name, file_descriptor):
|
|||
server.try_send(server, server.send_buffer)
|
||||
|
||||
return W.WEECHAT_RC_OK
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue