Project

General

Profile

Revision 302

Added by Red Robot almost 14 years ago

fixed pingTest for real now

View differences:

pingTest.py
30 30
def ping(t):
31 31
    common.sendMessage(t, common.TT_PING, "")
32 32

  
33
def response(i):
33
def response(t):
34 34
    return common.checkAck(t)
35 35

  
36 36
acks = []

Also available in: Unified diff