Space-Face commited on
Commit
57bb78a
1 Parent(s): 748b6e4

Update SpaceFace.py

Browse files
Files changed (1) hide show
  1. SpaceFace.py +1 -0
SpaceFace.py CHANGED
@@ -80,6 +80,7 @@ class Responder:
80
  conn.set_var("channel "+str(self.channel), str(coding.binary_to_decimal(payload)))
81
  t=time.time()
82
  self.wrote = True
 
83
  class ConnectionEndpoint:
84
  def receivedMessage(self, message, user, responder):
85
  global users
 
80
  conn.set_var("channel "+str(self.channel), str(coding.binary_to_decimal(payload)))
81
  t=time.time()
82
  self.wrote = True
83
+ self.cooldown = time.time()
84
  class ConnectionEndpoint:
85
  def receivedMessage(self, message, user, responder):
86
  global users