summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
Diffstat (limited to 'news')
-rw-r--r--news/newsbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/newsbot.py b/news/newsbot.py
index 0161f818..19ca3647 100644
--- a/news/newsbot.py
+++ b/news/newsbot.py
@@ -214,8 +214,8 @@ class RssBot(asybot):
else:
self.reconnect()
while not self.connected:
- sleep(10)
print(self.nickname + ' waiting for reconnect')
+ sleep(10)
self.send_msg(target, string)
def on_invite(self, prefix, command, params, rest):