remove debug
This commit is contained in:
parent
fa6e0e1c77
commit
a907737aa6
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ class RtmBot(object):
|
|||
#hardcode the interval to 3 seconds
|
||||
now = int(time.time())
|
||||
if now > self.last_ping + 3:
|
||||
print 'ping'
|
||||
self.slack_client.server.ping()
|
||||
self.last_ping = now
|
||||
def input(self, data):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue