We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6e0e1 commit a907737Copy full SHA for a907737
rtmbot.py
@@ -41,7 +41,6 @@ def autoping(self):
41
#hardcode the interval to 3 seconds
42
now = int(time.time())
43
if now > self.last_ping + 3:
44
- print 'ping'
45
self.slack_client.server.ping()
46
self.last_ping = now
47
def input(self, data):
0 commit comments