mirror of
https://github.com/gryf/weechat-highlightxmpp.git
synced 2025-12-17 19:40:19 +01:00
remove trial message, it's unnecessary
This commit is contained in:
@@ -87,7 +87,7 @@ def send_xmpp(data, signal, msg, trial=1):
|
||||
if trial > 3:
|
||||
w.prnt('', "Could not send to XMPP server.")
|
||||
else:
|
||||
w.prnt('', "Sending failed. Trying again... (trial %d)" % (trial + 1))
|
||||
w.prnt('', "Sending failed. Trying again...")
|
||||
sleep(0.5)
|
||||
send_xmpp(data, signal, msg, trial + 1)
|
||||
return w.WEECHAT_RC_OK
|
||||
|
||||
Reference in New Issue
Block a user