[ServerUp] Its s not ms
This commit is contained in:
parent
2463cf13ac
commit
b59a5a23b2
@ -71,7 +71,7 @@ def serverup(phenny, input):
|
|||||||
sock.sendto(buf, (address, port))
|
sock.sendto(buf, (address, port))
|
||||||
sock.close()
|
sock.close()
|
||||||
end = time.time()
|
end = time.time()
|
||||||
phenny.say("%s is up (%0.3fms)" % (repres,end-start))
|
phenny.say("%s is up (%0.3fs)" % (repres,end-start))
|
||||||
else:
|
else:
|
||||||
phenny.say("%s seems to be down " % repres)
|
phenny.say("%s seems to be down " % repres)
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user