[ServerUp] Its s not ms

master
Sfan5 2013-05-11 10:51:09 +02:00
parent 2463cf13ac
commit b59a5a23b2
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def serverup(phenny, input):
sock.sendto(buf, (address, port))
sock.close()
end = time.time()
phenny.say("%s is up (%0.3fms)" % (repres,end-start))
phenny.say("%s is up (%0.3fs)" % (repres,end-start))
else:
phenny.say("%s seems to be down " % repres)
except: